dotdata_widgets 0.3.1 → 0.3.2

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 (175) hide show
  1. package/dist/index.js +1 -1
  2. package/dist/index.js.map +1 -1
  3. package/package.json +2 -4
  4. package/README.md +0 -86
  5. package/css/colors.css +0 -124
  6. package/css/typography.css +0 -44
  7. package/css/widget.css +0 -89
  8. package/lib/components/ActionFooter.js +0 -21
  9. package/lib/components/WithLabel.js +0 -20
  10. package/lib/components/accordion/Accordion.js +0 -51
  11. package/lib/components/accordion/index.js +0 -18
  12. package/lib/components/column-analytic-type-icons/analytic-type-category.js +0 -13
  13. package/lib/components/column-analytic-type-icons/analytic-type-datatime.js +0 -13
  14. package/lib/components/column-analytic-type-icons/analytic-type-geo-latitude.js +0 -13
  15. package/lib/components/column-analytic-type-icons/analytic-type-geo-longitude.js +0 -13
  16. package/lib/components/column-analytic-type-icons/analytic-type-numeric.js +0 -13
  17. package/lib/components/column-analytic-type-icons/index.js +0 -22
  18. package/lib/components/column-source-type-icons/index.js +0 -30
  19. package/lib/components/column-source-type-icons/source-type-biginteger.js +0 -14
  20. package/lib/components/column-source-type-icons/source-type-boolean.js +0 -14
  21. package/lib/components/column-source-type-icons/source-type-date.js +0 -14
  22. package/lib/components/column-source-type-icons/source-type-double.js +0 -16
  23. package/lib/components/column-source-type-icons/source-type-float.js +0 -14
  24. package/lib/components/column-source-type-icons/source-type-integer.js +0 -14
  25. package/lib/components/column-source-type-icons/source-type-long.js +0 -16
  26. package/lib/components/column-source-type-icons/source-type-short.js +0 -16
  27. package/lib/components/column-source-type-icons/source-type-string.js +0 -14
  28. package/lib/components/column-source-type-icons/source-type-struct.js +0 -16
  29. package/lib/components/column-source-type-icons/source-type-timestamp.js +0 -14
  30. package/lib/components/column-source-type-icons/source-type-unknown.js +0 -16
  31. package/lib/components/column-source-type-icons/source-type-vectorudt.js +0 -16
  32. package/lib/embed.js +0 -18
  33. package/lib/extension.js +0 -44
  34. package/lib/feature/feature-details/FeatureCorrelatedFeaturesTable.js +0 -22
  35. package/lib/feature/feature-details/FeatureDistributionChart.js +0 -213
  36. package/lib/feature/feature-details/FeatureStatisticsTable.js +0 -44
  37. package/lib/feature/feature-details/index.js +0 -20
  38. package/lib/feature/feature-explanation/FeatureExplanation.js +0 -49
  39. package/lib/feature/feature-explanation/components/ColoredExplanationBlock.js +0 -30
  40. package/lib/feature/feature-explanation/components/ColumnExplanationBlock.js +0 -11
  41. package/lib/feature/feature-explanation/components/DataSlotExplanationBlock.js +0 -11
  42. package/lib/feature/feature-explanation/components/PetExplanationBlock.js +0 -11
  43. package/lib/feature/feature-explanation/components/TextExplanationBlock.js +0 -12
  44. package/lib/feature/feature-explanation/components/TextWithDataSlotContextExplanationBlock.js +0 -10
  45. package/lib/feature/feature-explanation/components/TopicExplanationBlock.js +0 -10
  46. package/lib/feature/feature-explanation/components/UnknownExplanationBlock.js +0 -10
  47. package/lib/feature/feature-likes/FeatureLikes.js +0 -41
  48. package/lib/feature/feature-likes/index.js +0 -18
  49. package/lib/feature/feature-user-explanation/FeatureUserExplanationDisplay.js +0 -23
  50. package/lib/feature/feature-user-explanation/FeatureUserExplanationEditor.js +0 -14
  51. package/lib/feature/feature-user-explanation/explanation-to-user-explanation.js +0 -58
  52. package/lib/feature/feature-user-explanation/index.js +0 -20
  53. package/lib/feature-descriptor/domains-descriptions-tree/components/column-tree-item.js +0 -16
  54. package/lib/feature-descriptor/domains-descriptions-tree/components/descriptions-tree-item.js +0 -51
  55. package/lib/feature-descriptor/domains-descriptions-tree/components/index.js +0 -18
  56. package/lib/feature-descriptor/domains-descriptions-tree/components/tree-item-label.js +0 -54
  57. package/lib/feature-descriptor/domains-descriptions-tree/components/type-tree-item.js +0 -19
  58. package/lib/feature-descriptor/domains-descriptions-tree/config/index.js +0 -11
  59. package/lib/feature-descriptor/domains-descriptions-tree/context/domains-descriptions-selection-context.js +0 -54
  60. package/lib/feature-descriptor/domains-descriptions-tree/context/domains-descriptions-tree-config-context.js +0 -43
  61. package/lib/feature-descriptor/domains-descriptions-tree/context/domains-descriptions-tree-item-selection-context.js +0 -64
  62. package/lib/feature-descriptor/domains-descriptions-tree/context/index.js +0 -20
  63. package/lib/feature-descriptor/domains-descriptions-tree/domains-descriptions-tree.js +0 -44
  64. package/lib/feature-descriptor/domains-descriptions-tree/index.js +0 -22
  65. package/lib/feature-descriptor/domains-descriptions-tree/models/domains-descriptions-tree.model.js +0 -38
  66. package/lib/feature-descriptor/domains-descriptions-tree/models/index.js +0 -18
  67. package/lib/feature-descriptor/domains-descriptions-tree/utils/create-domain-predicate.js +0 -16
  68. package/lib/feature-descriptor/domains-descriptions-tree/utils/filter-domains-descriptions-tree.js +0 -23
  69. package/lib/feature-descriptor/domains-descriptions-tree/utils/index.js +0 -19
  70. package/lib/feature-descriptor/feature-descriptor-editor/AggregationEditor.js +0 -239
  71. package/lib/feature-descriptor/feature-descriptor-editor/FeatureDescriptorEditor.js +0 -36
  72. package/lib/feature-descriptor/feature-descriptor-editor/FilterEditor.js +0 -92
  73. package/lib/feature-descriptor/feature-descriptor-editor/JoinEditor.js +0 -61
  74. package/lib/feature-descriptor/feature-descriptor-editor/components/EditorTemplateRenderer.js +0 -17
  75. package/lib/feature-descriptor/feature-descriptor-editor/components/EditorWrapper.js +0 -19
  76. package/lib/feature-descriptor/feature-descriptor-editor/components/aggregations/AggregationTypeSelection.js +0 -15
  77. package/lib/feature-descriptor/feature-descriptor-editor/components/aggregations/DistanceEditor.js +0 -35
  78. package/lib/feature-descriptor/feature-descriptor-editor/components/aggregations/LastKEditor.js +0 -17
  79. package/lib/feature-descriptor/feature-descriptor-editor/components/aggregations/TemporalChangeEditor.js +0 -26
  80. package/lib/feature-descriptor/feature-descriptor-editor/components/aggregations/TopicEditor.js +0 -16
  81. package/lib/feature-descriptor/feature-descriptor-editor/components/aggregations/index.js +0 -22
  82. package/lib/feature-descriptor/feature-descriptor-editor/components/field-widgets/BooleanField.js +0 -19
  83. package/lib/feature-descriptor/feature-descriptor-editor/components/field-widgets/ChipField.js +0 -29
  84. package/lib/feature-descriptor/feature-descriptor-editor/components/field-widgets/ColumnField.js +0 -58
  85. package/lib/feature-descriptor/feature-descriptor-editor/components/field-widgets/DraftEditors.js +0 -51
  86. package/lib/feature-descriptor/feature-descriptor-editor/components/field-widgets/NumberField.js +0 -20
  87. package/lib/feature-descriptor/feature-descriptor-editor/components/field-widgets/StringField.js +0 -18
  88. package/lib/feature-descriptor/feature-descriptor-editor/components/field-widgets/TableColumnField.js +0 -32
  89. package/lib/feature-descriptor/feature-descriptor-editor/components/field-widgets/TableField.js +0 -19
  90. package/lib/feature-descriptor/feature-descriptor-editor/components/field-widgets/_InlineDraftEditor.js +0 -30
  91. package/lib/feature-descriptor/feature-descriptor-editor/components/field-widgets/index.js +0 -26
  92. package/lib/feature-descriptor/feature-descriptor-editor/components/filter/FilterTypeSelection.js +0 -18
  93. package/lib/feature-descriptor/feature-descriptor-editor/components/filter/index.js +0 -18
  94. package/lib/feature-descriptor/feature-descriptor-editor/components/index.js +0 -23
  95. package/lib/feature-descriptor/feature-descriptor-editor/components/join/JoinConditionEditor.js +0 -72
  96. package/lib/feature-descriptor/feature-descriptor-editor/components/join/JoinConditionTypeSelection.js +0 -15
  97. package/lib/feature-descriptor/feature-descriptor-editor/components/join/index.js +0 -19
  98. package/lib/feature-descriptor/feature-descriptor-editor/context/feature-descriptor-editor-context.js +0 -38
  99. package/lib/feature-descriptor/feature-descriptor-editor/context/feature-descriptor-editor.js +0 -34
  100. package/lib/feature-descriptor/feature-descriptor-editor/context/index.js +0 -19
  101. package/lib/feature-descriptor/feature-descriptor-editor/index.js +0 -20
  102. package/lib/feature-descriptor/feature-descriptor-editor/models/aggregation-draft.js +0 -348
  103. package/lib/feature-descriptor/feature-descriptor-editor/models/common-field-draft.js +0 -30
  104. package/lib/feature-descriptor/feature-descriptor-editor/models/feature-descriptor-editor.js +0 -29
  105. package/lib/feature-descriptor/feature-descriptor-editor/models/filter-draft.js +0 -112
  106. package/lib/feature-descriptor/feature-descriptor-editor/models/index.js +0 -21
  107. package/lib/feature-descriptor/feature-descriptor-editor/models/join-draft.js +0 -77
  108. package/lib/feature-descriptor/feature-exploration-path/exploration-path-header.js +0 -34
  109. package/lib/feature-descriptor/feature-exploration-path/exploration-path-join-list.js +0 -28
  110. package/lib/feature-descriptor/feature-exploration-path/index.js +0 -19
  111. package/lib/models/column/column.js +0 -56
  112. package/lib/models/column/field.js +0 -3
  113. package/lib/models/column/index.js +0 -21
  114. package/lib/models/column/table-columns.js +0 -14
  115. package/lib/models/column/table.js +0 -3
  116. package/lib/models/feature/feature-histogram.js +0 -20
  117. package/lib/models/feature/feature-metric.js +0 -16
  118. package/lib/models/feature/feature.js +0 -16
  119. package/lib/models/feature/index.js +0 -20
  120. package/lib/models/feature-descriptor/fd_data/aggregation.js +0 -85
  121. package/lib/models/feature-descriptor/fd_data/filter.js +0 -20
  122. package/lib/models/feature-descriptor/fd_data/index.js +0 -20
  123. package/lib/models/feature-descriptor/fd_data/join.js +0 -14
  124. package/lib/models/feature-descriptor/feature-descriptor.js +0 -3
  125. package/lib/models/feature-descriptor/index.js +0 -19
  126. package/lib/models/feature-descriptor-domain/fd-domains-description.js +0 -15
  127. package/lib/models/feature-descriptor-domain/fd-join-description.js +0 -3
  128. package/lib/models/feature-descriptor-domain/index.js +0 -19
  129. package/lib/models/feature-explanation/feature-explanation.model.js +0 -30
  130. package/lib/models/feature-explanation/index.js +0 -18
  131. package/lib/models/feature-leaderboard/feature-leaderboard.js +0 -3
  132. package/lib/models/feature-leaderboard/index.js +0 -18
  133. package/lib/models/feature-space/exploration-path.js +0 -3
  134. package/lib/models/feature-space/feature-space.js +0 -3
  135. package/lib/models/feature-space/grouped-domains-descriptions.js +0 -3
  136. package/lib/models/feature-space/index.js +0 -20
  137. package/lib/notebook.js +0 -18
  138. package/lib/plugin.js +0 -54
  139. package/lib/utils/asserations.js +0 -10
  140. package/lib/utils/crypto.js +0 -28
  141. package/lib/utils/index.js +0 -22
  142. package/lib/utils/localize.js +0 -18
  143. package/lib/utils/object/extract-property.js +0 -11
  144. package/lib/utils/object/index.js +0 -19
  145. package/lib/utils/object/is-set.js +0 -12
  146. package/lib/utils/redux/action.js +0 -35
  147. package/lib/utils/redux/index.js +0 -10
  148. package/lib/utils/redux/models.js +0 -3
  149. package/lib/utils/redux/reducer.js +0 -30
  150. package/lib/utils/transducer.js +0 -16
  151. package/lib/utils/types.js +0 -3
  152. package/lib/utils/widget-api.js +0 -47
  153. package/lib/utils/widget-model/index.js +0 -19
  154. package/lib/utils/widget-model/widget-model-context.js +0 -42
  155. package/lib/utils/widget-model/widget-model.js +0 -30
  156. package/lib/utils/widget-theme/index.js +0 -18
  157. package/lib/utils/widget-theme/widget-theme.js +0 -99
  158. package/lib/version.js +0 -21
  159. package/lib/widgets/FeatureLeaderboardWidget.js +0 -55
  160. package/lib/widgets/FeatureSpaceWidget.js +0 -49
  161. package/lib/widgets/feature-leaderboard/FeatureLeaderboardOverview.js +0 -25
  162. package/lib/widgets/feature-leaderboard/FeatureLeaderboardView.js +0 -79
  163. package/lib/widgets/feature-leaderboard/components/FeatureLeaderboardFeatureLikes.js +0 -50
  164. package/lib/widgets/feature-leaderboard/leaderboard-entry/FeatureLeaderboardEntryDetails.js +0 -23
  165. package/lib/widgets/feature-leaderboard/leaderboard-entry/FeatureLeaderboardEntryDrawer.js +0 -51
  166. package/lib/widgets/feature-leaderboard/leaderboard-entry/FeatureLeaderboardEntryFeatureEditor.js +0 -43
  167. package/lib/widgets/feature-leaderboard/leaderboard-entry/feature-leaderboard-entry-drawer-header/FeatureLeaderboardEntryActions.js +0 -39
  168. package/lib/widgets/feature-leaderboard/leaderboard-entry/feature-leaderboard-entry-drawer-header/FeatureLeaderboardEntryDrawerHeader.js +0 -37
  169. package/lib/widgets/feature-leaderboard/leaderboard-entry/feature-leaderboard-entry-drawer-header/FeatureLeaderboardEntryExplanation.js +0 -34
  170. package/lib/widgets/feature-leaderboard/leaderboard-entry/feature-leaderboard-entry-drawer-header/index.js +0 -18
  171. package/lib/widgets/feature-leaderboard/leaderboard-overview/overview-slider.js +0 -62
  172. package/lib/widgets/feature-space/FeatureDomainsDescriptions.js +0 -74
  173. package/lib/widgets/feature-space/FeatureExplorationPaths.js +0 -16
  174. package/lib/widgets/feature-space/FeatureSpaceView.js +0 -52
  175. package/lib/widgets/index.js +0 -21
@@ -1,14 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SourceTypeDate = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const SourceTypeDate = (props = { size: 24 }) => (react_1.default.createElement("svg", { width: props.size, height: props.size, viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
9
- react_1.default.createElement("g", { id: "new-Icon/source_date", stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
10
- react_1.default.createElement("g", { id: "source_date" },
11
- react_1.default.createElement("rect", { id: "bck-SorceDataType", fill: "#575757", x: "0", y: "0", width: "32", height: "32", rx: "2" }),
12
- react_1.default.createElement("path", { d: "M9.024,23.1893333 L9.024,8 L12.2453333,8 C13.4968951,8 14.446219,8.34132992 15.0933333,9.024 C15.7404477,9.70667008 16.064,10.6737715 16.064,11.9253333 L16.064,19.0293333 C16.064,20.4515627 15.7191146,21.5004411 15.0293333,22.176 C14.3395521,22.8515589 13.347562,23.1893333 12.0533333,23.1893333 L9.024,23.1893333 Z M11.2,10.048 L11.2,21.1413333 L12.2026667,21.1413333 C12.8142253,21.1413333 13.2479987,20.988446 13.504,20.6826667 C13.7600013,20.3768874 13.888,19.8968922 13.888,19.2426667 L13.888,11.9253333 C13.888,11.327997 13.7671123,10.8657794 13.5253333,10.5386667 C13.2835543,10.2115539 12.8426699,10.048 12.2026667,10.048 L11.2,10.048 Z M19.5413333,23.1893333 L19.5413333,10.048 L17.024,10.048 L17.024,8 L24.2346667,8 L24.2346667,10.048 L21.7173333,10.048 L21.7173333,23.1893333 L19.5413333,23.1893333 Z", id: "DT", fill: "#FFFFFF" })))));
13
- exports.SourceTypeDate = SourceTypeDate;
14
- //# sourceMappingURL=source-type-date.js.map
@@ -1,16 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SourceTypeDouble = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const SourceTypeDouble = (props = { size: 24 }) => (react_1.default.createElement("svg", { width: props.size, height: props.size, viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
9
- react_1.default.createElement("g", { id: "new-Icon/source_double", stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
10
- react_1.default.createElement("rect", { id: "bck-SorceDataType", fill: "#575757", x: "0", y: "0", width: "32", height: "32", rx: "2" }),
11
- react_1.default.createElement("g", { id: "DBL", transform: "translate(3.500000, 8.000000)", fill: "#FFFFFF", "fill-rule": "nonzero" },
12
- react_1.default.createElement("path", { d: "M0,15.3979239 L0,0 L3.26557093,0 C4.53431373,0 5.49668397,0.346020761 6.15268166,1.03806228 C6.80867935,1.73010381 7.1366782,2.71049596 7.1366782,3.97923875 L7.1366782,11.1807958 C7.1366782,12.622549 6.78705306,13.685842 6.08780277,14.3706747 C5.38855248,15.0555075 4.38292964,15.3979239 3.07093426,15.3979239 L0,15.3979239 Z M2.20588235,2.07612457 L2.20588235,13.3217993 L3.22231834,13.3217993 C3.8422722,13.3217993 4.28200692,13.1668108 4.54152249,12.8568339 C4.80103806,12.546857 4.93079585,12.0602653 4.93079585,11.3970588 L4.93079585,3.97923875 C4.93079585,3.37370242 4.80824683,2.90513264 4.56314879,2.57352941 C4.31805075,2.24192618 3.87110727,2.07612457 3.22231834,2.07612457 L2.20588235,2.07612457 Z", id: "Shape" }),
13
- react_1.default.createElement("path", { d: "M9.21280277,15.3979239 L9.21280277,0 L12.4351211,0 C13.1415802,0 13.7435121,0.108131488 14.240917,0.324394464 C14.7383218,0.540657439 15.1456171,0.829008074 15.4628028,1.18944637 C15.7799885,1.54988466 16.0070646,1.9643887 16.1440311,2.43295848 C16.2809977,2.90152826 16.349481,3.38811995 16.349481,3.89273356 L16.349481,4.4550173 C16.349481,4.87312572 16.3170415,5.22635525 16.2521626,5.51470588 C16.1872837,5.80305652 16.0899654,6.05536332 15.9602076,6.2716263 C15.7151096,6.67531719 15.3402537,7.02133795 14.8356401,7.30968858 C15.3546713,7.55478662 15.7367359,7.91522491 15.9818339,8.39100346 C16.2269319,8.86678201 16.349481,9.51557093 16.349481,10.3373702 L16.349481,11.2024221 C16.349481,12.5576701 16.0214821,13.5957324 15.3654844,14.316609 C14.7094867,15.0374856 13.6606113,15.3979239 12.2188581,15.3979239 L9.21280277,15.3979239 Z M11.4186851,8.26124567 L11.4186851,13.1920415 L12.3702422,13.1920415 C12.8171857,13.1920415 13.1668108,13.1271626 13.4191176,12.9974048 C13.6714245,12.8676471 13.8624567,12.6874279 13.9922145,12.4567474 C14.1219723,12.2260669 14.2012687,11.9521338 14.2301038,11.6349481 C14.2589389,11.3177624 14.2733564,10.9717416 14.2733564,10.5968858 C14.2733564,10.2076125 14.2517301,9.86880046 14.2084775,9.58044983 C14.1652249,9.29209919 14.0787197,9.04700115 13.9489619,8.84515571 C13.8047866,8.64331027 13.6101499,8.49553057 13.3650519,8.40181661 C13.1199539,8.30810265 12.7955594,8.26124567 12.3918685,8.26124567 L11.4186851,8.26124567 Z M11.4186851,2.07612457 L11.4186851,6.31487889 L12.4134948,6.31487889 C13.1487889,6.31487889 13.6425894,6.13105536 13.8948962,5.7634083 C14.147203,5.39576125 14.2733564,4.85870819 14.2733564,4.15224913 C14.2733564,3.46020761 14.1327855,2.94117647 13.8516436,2.59515571 C13.5705017,2.24913495 13.0622837,2.07612457 12.3269896,2.07612457 L11.4186851,2.07612457 Z", id: "Shape" }),
14
- react_1.default.createElement("polygon", { id: "Path", points: "18.4256055 15.3979239 18.4256055 0 20.6314879 0 20.6314879 13.1920415 25 13.1920415 25 15.3979239" })))));
15
- exports.SourceTypeDouble = SourceTypeDouble;
16
- //# sourceMappingURL=source-type-double.js.map
@@ -1,14 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SourceTypeFloat = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const SourceTypeFloat = (props = { size: 24 }) => (react_1.default.createElement("svg", { width: props.size, height: props.size, viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
9
- react_1.default.createElement("g", { id: "new-Icon/source_float", stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
10
- react_1.default.createElement("g", { id: "source_float", transform: "translate(0.200000, 0.000000)" },
11
- react_1.default.createElement("rect", { id: "bck-SorceDataType", fill: "#575757", x: "0", y: "0", width: "32", height: "32", rx: "2" }),
12
- react_1.default.createElement("path", { d: "M5.33333333,23.1893333 L5.33333333,8 L11.8186667,8 L11.8186667,10.048 L7.50933333,10.048 L7.50933333,14.656 L11.264,14.656 L11.264,16.704 L7.50933333,16.704 L7.50933333,23.1893333 L5.33333333,23.1893333 Z M13.2266667,23.1893333 L13.2266667,8 L15.4026667,8 L15.4026667,21.0133333 L19.712,21.0133333 L19.712,23.1893333 L13.2266667,23.1893333 Z M22.5493333,23.1893333 L22.5493333,10.048 L20.032,10.048 L20.032,8 L27.2426667,8 L27.2426667,10.048 L24.7253333,10.048 L24.7253333,23.1893333 L22.5493333,23.1893333 Z", id: "FLT", fill: "#FFFFFF" })))));
13
- exports.SourceTypeFloat = SourceTypeFloat;
14
- //# sourceMappingURL=source-type-float.js.map
@@ -1,14 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SourceTypeInteger = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const SourceTypeInteger = (props = { size: 24 }) => (react_1.default.createElement("svg", { width: props.size, height: props.size, viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
9
- react_1.default.createElement("g", { id: "new-Icon/source_integer", stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
10
- react_1.default.createElement("g", { id: "source_integer" },
11
- react_1.default.createElement("rect", { id: "bck-SorceDataType", fill: "#575757", x: "0", y: "0", width: "32", height: "32", rx: "2" }),
12
- react_1.default.createElement("path", { d: "M6.66666667,23.1893333 L6.66666667,8 L8.84266667,8 L8.84266667,23.1893333 L6.66666667,23.1893333 Z M10.8693333,23.1893333 L10.8693333,8 L12.96,8 L16.2453333,17.152 L16.288,17.152 L16.288,8 L18.464,8 L18.464,23.1893333 L16.416,23.1893333 L13.088,14.0586667 L13.0453333,14.0586667 L13.0453333,23.1893333 L10.8693333,23.1893333 Z M21.856,23.1893333 L21.856,10.048 L19.3386667,10.048 L19.3386667,8 L26.5493333,8 L26.5493333,10.048 L24.032,10.048 L24.032,23.1893333 L21.856,23.1893333 Z", id: "INT", fill: "#FFFFFF" })))));
13
- exports.SourceTypeInteger = SourceTypeInteger;
14
- //# sourceMappingURL=source-type-integer.js.map
@@ -1,16 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SourceTypeLong = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const SourceTypeLong = (props = { size: 24 }) => (react_1.default.createElement("svg", { width: props.size, height: props.size, viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
9
- react_1.default.createElement("g", { id: "new-Icon/source_long", stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
10
- react_1.default.createElement("rect", { id: "bck-SorceDataType", fill: "#575757", x: "0", y: "0", width: "32", height: "32", rx: "2" }),
11
- react_1.default.createElement("g", { id: "LNG", transform: "translate(3.500000, 8.000000)", fill: "#FFFFFF", "fill-rule": "nonzero" },
12
- react_1.default.createElement("polygon", { id: "Path", points: "0 15.6086957 0 0.130434783 2.2173913 0.130434783 2.2173913 13.3913043 6.60869565 13.3913043 6.60869565 15.6086957" }),
13
- react_1.default.createElement("polygon", { id: "Path", points: "7.95652174 15.6086957 7.95652174 0.130434783 10.0869565 0.130434783 13.4347826 9.45652174 13.4782609 9.45652174 13.4782609 0.130434783 15.6956522 0.130434783 15.6956522 15.6086957 13.6086957 15.6086957 10.2173913 6.30434783 10.173913 6.30434783 10.173913 15.6086957" }),
14
- react_1.default.createElement("path", { d: "M17.5652174,3.7826087 C17.5652174,3.15942029 17.673913,2.60869565 17.8913043,2.13043478 C18.1086957,1.65217391 18.3985507,1.25362319 18.7608696,0.934782609 C19.1086957,0.630434783 19.5036232,0.398550725 19.9456522,0.239130435 C20.3876812,0.0797101449 20.8333333,0 21.2826087,0 C21.7318841,0 22.1775362,0.0797101449 22.6195652,0.239130435 C23.0615942,0.398550725 23.4637681,0.630434783 23.826087,0.934782609 C24.173913,1.25362319 24.4565217,1.65217391 24.673913,2.13043478 C24.8913043,2.60869565 25,3.15942029 25,3.7826087 L25,4.56521739 L22.7826087,4.56521739 L22.7826087,3.7826087 C22.7826087,3.24637681 22.634058,2.85144928 22.3369565,2.59782609 C22.0398551,2.3442029 21.6884058,2.2173913 21.2826087,2.2173913 C20.8768116,2.2173913 20.5253623,2.3442029 20.2282609,2.59782609 C19.9311594,2.85144928 19.7826087,3.24637681 19.7826087,3.7826087 L19.7826087,11.9565217 C19.7826087,12.4927536 19.9311594,12.8876812 20.2282609,13.1413043 C20.5253623,13.3949275 20.8768116,13.5217391 21.2826087,13.5217391 C21.6884058,13.5217391 22.0398551,13.3949275 22.3369565,13.1413043 C22.634058,12.8876812 22.7826087,12.4927536 22.7826087,11.9565217 L22.7826087,9.04347826 L21.0217391,9.04347826 L21.0217391,7.08695652 L25,7.08695652 L25,11.9565217 C25,12.6086957 24.8913043,13.1666667 24.673913,13.6304348 C24.4565217,14.0942029 24.173913,14.4782609 23.826087,14.7826087 C23.4637681,15.1014493 23.0615942,15.3405797 22.6195652,15.5 C22.1775362,15.6594203 21.7318841,15.7391304 21.2826087,15.7391304 C20.8333333,15.7391304 20.3876812,15.6594203 19.9456522,15.5 C19.5036232,15.3405797 19.1086957,15.1014493 18.7608696,14.7826087 C18.3985507,14.4782609 18.1086957,14.0942029 17.8913043,13.6304348 C17.673913,13.1666667 17.5652174,12.6086957 17.5652174,11.9565217 L17.5652174,3.7826087 Z", id: "Path" })))));
15
- exports.SourceTypeLong = SourceTypeLong;
16
- //# sourceMappingURL=source-type-long.js.map
@@ -1,16 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SourceTypeShort = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const SourceTypeShort = (props = { size: 24 }) => (react_1.default.createElement("svg", { width: props.size, height: props.size, viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
9
- react_1.default.createElement("g", { id: "new-Icon/source_short", stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
10
- react_1.default.createElement("rect", { id: "bck-SorceDataType", fill: "#575757", x: "0", y: "0", width: "32", height: "32", rx: "2" }),
11
- react_1.default.createElement("g", { id: "SRT", transform: "translate(3.500000, 8.000000)", fill: "#FFFFFF", "fill-rule": "nonzero" },
12
- react_1.default.createElement("path", { d: "M7.68217735,4.63125549 L5.44337138,4.63125549 L5.44337138,4.12642669 C5.44337138,3.61428153 5.32265145,3.17164179 5.08121159,2.79850746 C4.83977173,2.42537313 4.43371378,2.23880597 3.86303775,2.23880597 C3.55575066,2.23880597 3.30699444,2.29733685 3.1167691,2.4143986 C2.92654375,2.53146035 2.7729002,2.67778753 2.65583845,2.85338016 C2.5387767,3.0436055 2.45829675,3.2594381 2.4143986,3.50087796 C2.37050044,3.74231782 2.34855136,3.99473222 2.34855136,4.25812116 C2.34855136,4.56540825 2.3595259,4.82148083 2.38147498,5.02633889 C2.40342406,5.23119696 2.45829675,5.41410594 2.54609306,5.57506585 C2.63388938,5.73602575 2.76192567,5.87503658 2.93020193,5.99209833 C3.0984782,6.10916008 3.32894352,6.22622183 3.62159789,6.34328358 L5.33362599,7.023705 C5.83113843,7.21393035 6.23353819,7.43707931 6.54082529,7.69315189 C6.84811238,7.94922447 7.08955224,8.24553702 7.26514486,8.58208955 C7.42610477,8.9332748 7.53585016,9.33201639 7.59438104,9.77831431 C7.65291191,10.2246122 7.68217735,10.7330992 7.68217735,11.3037752 C7.68217735,11.9622476 7.61633011,12.5731636 7.48463565,13.1365233 C7.35294118,13.6998829 7.14076675,14.1791045 6.84811238,14.5741879 C6.54082529,14.983904 6.13842552,15.3058238 5.64091308,15.5399473 C5.14340064,15.7740708 4.53614282,15.8911326 3.8191396,15.8911326 C3.277729,15.8911326 2.7729002,15.7960199 2.3046532,15.6057946 C1.8364062,15.4155692 1.43400644,15.1521803 1.09745391,14.8156277 C0.760901375,14.4790752 0.493854258,14.08765 0.296312555,13.6413521 C0.0987708516,13.1950541 0,12.7085162 0,12.1817384 L0,11.3476734 L2.23880597,11.3476734 L2.23880597,12.0500439 C2.23880597,12.45976 2.3595259,12.8292362 2.60096576,13.1584723 C2.84240562,13.4877085 3.24846356,13.6523266 3.8191396,13.6523266 C4.19959028,13.6523266 4.49590284,13.5974539 4.70807726,13.4877085 C4.92025168,13.3779631 5.08486977,13.2206614 5.20193152,13.0158033 C5.31899327,12.8109453 5.38849868,12.5658472 5.41044776,12.2805092 C5.43239684,11.9951712 5.44337138,11.6769096 5.44337138,11.3257243 C5.44337138,10.9160082 5.42873866,10.5794557 5.39947322,10.3160667 C5.37020778,10.0526778 5.31167691,9.84050337 5.2238806,9.67954346 C5.12145157,9.51858355 4.98609892,9.38688908 4.81782265,9.28446005 C4.64954639,9.18203102 4.42639742,9.07228563 4.14837577,8.95522388 L2.54609306,8.29675154 C1.58033363,7.90166813 0.932835821,7.37854843 0.603599649,6.72739245 C0.274363477,6.07623646 0.109745391,5.26046239 0.109745391,4.28007024 C0.109745391,3.69476149 0.190225344,3.13871817 0.35118525,2.6119403 C0.512145157,2.08516242 0.753585016,1.63154814 1.07550483,1.25109745 C1.38279192,0.870646766 1.77421715,0.567017852 2.24978051,0.340210711 C2.72534387,0.11340357 3.29236172,0 3.95083406,0 C4.50687738,0 5.01536435,0.102429031 5.476295,0.307287094 C5.93722564,0.512145157 6.33596722,0.782850454 6.67251975,1.11940299 C7.34562482,1.82177349 7.68217735,2.62657302 7.68217735,3.53380158 L7.68217735,4.63125549 Z", id: "Path" }),
13
- react_1.default.createElement("path", { d: "M11.5891133,2.23880597 L11.5891133,7.11150132 L12.8621598,7.11150132 C13.2572432,7.11150132 13.5718466,7.05662862 13.8059701,6.94688323 C14.0400936,6.83713784 14.2230026,6.67983611 14.3546971,6.47497805 C14.4717589,6.27011999 14.5522388,6.01770559 14.596137,5.71773486 C14.6400351,5.41776412 14.6619842,5.07023705 14.6619842,4.67515364 C14.6619842,4.28007024 14.6400351,3.93254317 14.596137,3.63257243 C14.5522388,3.3326017 14.4644425,3.07287094 14.332748,2.85338016 C14.0547264,2.44366403 13.5279485,2.23880597 12.7524144,2.23880597 L11.5891133,2.23880597 Z M9.35030729,15.7594381 L9.35030729,0.131694469 L12.9499561,0.131694469 C15.5838455,0.131694469 16.9007902,1.66081358 16.9007902,4.7190518 C16.9007902,5.64091308 16.7581212,6.42376354 16.4727831,7.06760316 C16.1874451,7.71144279 15.6862745,8.2309043 14.9692713,8.62598771 L17.3836699,15.7594381 L15.0131694,15.7594381 L12.928007,9.08691835 L11.5891133,9.08691835 L11.5891133,15.7594381 L9.35030729,15.7594381 Z", id: "Shape" }),
14
- react_1.default.createElement("polygon", { id: "Path", points: "20.1712028 15.7594381 20.1712028 2.23880597 17.5812116 2.23880597 17.5812116 0.131694469 25 0.131694469 25 2.23880597 22.4100088 2.23880597 22.4100088 15.7594381" })))));
15
- exports.SourceTypeShort = SourceTypeShort;
16
- //# sourceMappingURL=source-type-short.js.map
@@ -1,14 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SourceTypeString = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const SourceTypeString = (props = { size: 24 }) => (react_1.default.createElement("svg", { width: props.size, height: props.size, viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
9
- react_1.default.createElement("g", { id: "new-Icon/source_string", stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
10
- react_1.default.createElement("g", { id: "source_string", transform: "translate(-0.000000, 0.000000)" },
11
- react_1.default.createElement("rect", { id: "bck-SorceDataType", fill: "#575757", x: "0", y: "0", width: "32", height: "32", rx: "2" }),
12
- react_1.default.createElement("path", { d: "M11.4060773,12.4648066 L9.24773481,12.4648066 L9.24773481,11.9781215 C9.24773481,11.4843806 9.13135475,11.0576537 8.89859116,10.6979282 C8.66582757,10.3382026 8.27436739,10.1583425 7.7241989,10.1583425 C7.42795432,10.1583425 7.18814088,10.2147692 7.00475138,10.3276243 C6.82136188,10.4404794 6.67324182,10.5815461 6.56038674,10.7508287 C6.44753166,10.9342182 6.36994496,11.1422917 6.32762431,11.3750552 C6.28530366,11.6078188 6.26414365,11.851159 6.26414365,12.1050829 C6.26414365,12.4013274 6.27472365,12.6481942 6.29588398,12.8456906 C6.3170443,13.043187 6.36994433,13.2195204 6.45458564,13.3746961 C6.53922694,13.5298719 6.66266033,13.6638853 6.8248895,13.7767403 C6.98711867,13.8895954 7.20929877,14.0024488 7.49143646,14.1153039 L9.1419337,14.7712707 C9.62156778,14.9546602 10.0095013,15.169787 10.3057459,15.4166575 C10.6019904,15.6635279 10.8347505,15.9491881 11.0040331,16.2736464 C11.1592089,16.6122116 11.2650089,16.9966185 11.3214365,17.4268785 C11.377864,17.8571384 11.4060773,18.3473453 11.4060773,18.8975138 C11.4060773,19.5323236 11.3425973,20.1212772 11.2156354,20.6643923 C11.0886734,21.2075073 10.8841266,21.6695009 10.601989,22.0503867 C10.3057444,22.4453795 9.91781087,22.7557263 9.4381768,22.9814365 C8.95854272,23.2071466 8.3731158,23.32 7.68187845,23.32 C7.15992373,23.32 6.67324351,23.2283066 6.2218232,23.0449171 C5.7704029,22.8615276 5.38246939,22.6076075 5.05801105,22.2831492 C4.73355271,21.9586908 4.47610592,21.5813373 4.28566298,21.1510773 C4.09522004,20.7208174 4,20.2517705 4,19.7439227 L4,18.9398343 L6.15834254,18.9398343 L6.15834254,19.6169613 C6.15834254,20.0119541 6.27472259,20.3681476 6.50748619,20.6855525 C6.74024978,21.0029574 7.13170996,21.1616575 7.68187845,21.1616575 C8.04865745,21.1616575 8.33431758,21.1087574 8.5388674,21.0029558 C8.74341723,20.8971542 8.9021173,20.7455074 9.01497238,20.548011 C9.12782745,20.3505147 9.19483415,20.1142279 9.21599448,19.8391436 C9.2371548,19.5640594 9.24773481,19.2572393 9.24773481,18.918674 C9.24773481,18.5236813 9.23362813,18.1992278 9.20541436,17.9453039 C9.1772006,17.6913799 9.1207739,17.4868332 9.0361326,17.3316575 C8.9373844,17.1764817 8.80689768,17.0495217 8.64466851,16.9507735 C8.48243934,16.8520253 8.26731257,16.7462252 7.99928177,16.6333702 L6.45458564,15.9985635 C5.52353126,15.6176777 4.89931098,15.1133641 4.58190608,14.4856077 C4.26450118,13.8578514 4.1058011,13.0714044 4.1058011,12.1262431 C4.1058011,11.5619677 4.18338781,11.0259141 4.33856354,10.5180663 C4.49373927,10.0102185 4.72649937,9.57291159 5.03685083,9.2061326 C5.3330954,8.8393536 5.7104489,8.54664014 6.16892265,8.32798343 C6.6273964,8.10932672 7.17402998,8 7.80883978,8 C8.34490139,8 8.83510828,8.09874671 9.27947514,8.29624309 C9.723842,8.49373948 10.1082488,8.75471293 10.4327072,9.07917127 C11.0816239,9.75630173 11.4060773,10.5321687 11.4060773,11.4067956 L11.4060773,12.4648066 Z M14.431989,23.1930387 L14.431989,10.1583425 L11.9350829,10.1583425 L11.9350829,8.12696133 L19.0872376,8.12696133 L19.0872376,10.1583425 L16.5903315,10.1583425 L16.5903315,23.1930387 L14.431989,23.1930387 Z M22.1977901,10.1583425 L22.1977901,14.8559116 L23.4250829,14.8559116 C23.8059688,14.8559116 24.1092622,14.8030116 24.3349724,14.6972099 C24.5606825,14.5914083 24.7370159,14.4397616 24.8639779,14.2422652 C24.976833,14.0447688 25.0544197,13.8014287 25.0967403,13.5122376 C25.139061,13.2230464 25.160221,12.888013 25.160221,12.5071271 C25.160221,12.1262412 25.139061,11.7912077 25.0967403,11.5020166 C25.0544197,11.2128254 24.9697796,10.962432 24.8428177,10.7508287 C24.5747869,10.355836 24.0669466,10.1583425 23.3192818,10.1583425 L22.1977901,10.1583425 Z M20.0394475,23.1930387 L20.0394475,8.12696133 L23.5097238,8.12696133 C26.048963,8.12696133 27.3185635,9.60110865 27.3185635,12.5494475 C27.3185635,13.4381812 27.1810235,14.1928882 26.9059392,14.8135912 C26.630855,15.4342941 26.1477014,15.935081 25.4564641,16.3159669 L27.7840884,23.1930387 L25.4987845,23.1930387 L23.4885635,16.7603315 L22.1977901,16.7603315 L22.1977901,23.1930387 L20.0394475,23.1930387 Z", id: "STR", fill: "#FFFFFF" })))));
13
- exports.SourceTypeString = SourceTypeString;
14
- //# sourceMappingURL=source-type-string.js.map
@@ -1,16 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SourceTypeStruct = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const SourceTypeStruct = (props = { size: 24 }) => (react_1.default.createElement("svg", { width: props.size, height: props.size, viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
9
- react_1.default.createElement("g", { id: "new-Icon/source_Struct", stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
10
- react_1.default.createElement("rect", { id: "bck-SorceDataType", fill: "#575757", x: "0", y: "0", width: "32", height: "32", rx: "2" }),
11
- react_1.default.createElement("g", { id: "SCT", transform: "translate(3.500000, 8.000000)", fill: "#FFFFFF", "fill-rule": "nonzero" },
12
- react_1.default.createElement("path", { d: "M7.8125,4.70982143 L5.53571429,4.70982143 L5.53571429,4.19642857 C5.53571429,3.67559524 5.41294643,3.22544643 5.16741071,2.84598214 C4.921875,2.46651786 4.50892857,2.27678571 3.92857143,2.27678571 C3.61607143,2.27678571 3.36309524,2.33630952 3.16964286,2.45535714 C2.97619048,2.57440476 2.81994048,2.72321429 2.70089286,2.90178571 C2.58184524,3.0952381 2.5,3.31473214 2.45535714,3.56026786 C2.41071429,3.80580357 2.38839286,4.0625 2.38839286,4.33035714 C2.38839286,4.64285714 2.39955357,4.90327381 2.421875,5.11160714 C2.44419643,5.31994048 2.5,5.50595238 2.58928571,5.66964286 C2.67857143,5.83333333 2.80877976,5.97470238 2.97991071,6.09375 C3.15104167,6.21279762 3.38541667,6.33184524 3.68303571,6.45089286 L5.42410714,7.14285714 C5.93005952,7.33630952 6.33928571,7.56324405 6.65178571,7.82366071 C6.96428571,8.08407738 7.20982143,8.38541667 7.38839286,8.72767857 C7.55208333,9.08482143 7.66369048,9.49032738 7.72321429,9.94419643 C7.7827381,10.3980655 7.8125,10.9151786 7.8125,11.4955357 C7.8125,12.1651786 7.74553571,12.7864583 7.61160714,13.359375 C7.47767857,13.9322917 7.26190476,14.4196429 6.96428571,14.8214286 C6.65178571,15.2380952 6.24255952,15.5654762 5.73660714,15.8035714 C5.23065476,16.0416667 4.61309524,16.1607143 3.88392857,16.1607143 C3.33333333,16.1607143 2.81994048,16.0639881 2.34375,15.8705357 C1.86755952,15.6770833 1.45833333,15.4092262 1.11607143,15.0669643 C0.773809524,14.7247024 0.502232143,14.3266369 0.301339286,13.8727679 C0.100446429,13.4188988 0,12.9241071 0,12.3883929 L0,11.5401786 L2.27678571,11.5401786 L2.27678571,12.2544643 C2.27678571,12.671131 2.39955357,13.046875 2.64508929,13.3816964 C2.890625,13.7165179 3.30357143,13.8839286 3.88392857,13.8839286 C4.27083333,13.8839286 4.57217262,13.828125 4.78794643,13.7165179 C5.00372024,13.6049107 5.17113095,13.4449405 5.29017857,13.2366071 C5.40922619,13.0282738 5.47991071,12.7790179 5.50223214,12.4888393 C5.52455357,12.1986607 5.53571429,11.875 5.53571429,11.5178571 C5.53571429,11.1011905 5.52083333,10.7589286 5.49107143,10.4910714 C5.46130952,10.2232143 5.40178571,10.0074405 5.3125,9.84375 C5.20833333,9.68005952 5.07068452,9.54613095 4.89955357,9.44196429 C4.72842262,9.33779762 4.5014881,9.22619048 4.21875,9.10714286 L2.58928571,8.4375 C1.60714286,8.03571429 0.948660714,7.50372024 0.613839286,6.84151786 C0.279017857,6.17931548 0.111607143,5.34970238 0.111607143,4.35267857 C0.111607143,3.75744048 0.193452381,3.19196429 0.357142857,2.65625 C0.520833333,2.12053571 0.766369048,1.65922619 1.09375,1.27232143 C1.40625,0.885416667 1.80431548,0.576636905 2.28794643,0.345982143 C2.77157738,0.115327381 3.34821429,0 4.01785714,0 C4.58333333,0 5.10044643,0.104166667 5.56919643,0.3125 C6.03794643,0.520833333 6.44345238,0.796130952 6.78571429,1.13839286 C7.4702381,1.85267857 7.8125,2.67113095 7.8125,3.59375 L7.8125,4.70982143 Z", id: "Path" }),
13
- react_1.default.createElement("path", { d: "M16.7410714,11.4955357 L16.7410714,12.4776786 C16.7410714,12.96875 16.6480655,13.4337798 16.4620536,13.8727679 C16.2760417,14.311756 16.0193452,14.702381 15.6919643,15.0446429 C15.3645833,15.3869048 14.9813988,15.6584821 14.5424107,15.859375 C14.1034226,16.0602679 13.6309524,16.1607143 13.125,16.1607143 C12.6934524,16.1607143 12.2544643,16.1011905 11.8080357,15.9821429 C11.3616071,15.8630952 10.9598214,15.6547619 10.6026786,15.3571429 C10.2455357,15.0595238 9.9516369,14.6763393 9.72098214,14.2075893 C9.49032738,13.7388393 9.375,13.139881 9.375,12.4107143 L9.375,3.66071429 C9.375,3.13988095 9.46428571,2.65625 9.64285714,2.20982143 C9.82142857,1.76339286 10.0744048,1.3764881 10.4017857,1.04910714 C10.7291667,0.72172619 11.1197917,0.465029762 11.5736607,0.279017857 C12.0275298,0.0930059524 12.5297619,0 13.0803571,0 C14.1517857,0 15.0223214,0.349702381 15.6919643,1.04910714 C16.0193452,1.39136905 16.2760417,1.796875 16.4620536,2.265625 C16.6480655,2.734375 16.7410714,3.24404762 16.7410714,3.79464286 L16.7410714,4.6875 L14.4642857,4.6875 L14.4642857,3.92857143 C14.4642857,3.48214286 14.3377976,3.0952381 14.0848214,2.76785714 C13.8318452,2.44047619 13.4895833,2.27678571 13.0580357,2.27678571 C12.4925595,2.27678571 12.1168155,2.4516369 11.9308036,2.80133929 C11.7447917,3.15104167 11.6517857,3.59375 11.6517857,4.12946429 L11.6517857,12.2544643 C11.6517857,12.7157738 11.7522321,13.1026786 11.953125,13.4151786 C12.1540179,13.7276786 12.514881,13.8839286 13.0357143,13.8839286 C13.1845238,13.8839286 13.344494,13.8578869 13.515625,13.8058036 C13.686756,13.7537202 13.8467262,13.6681548 13.9955357,13.5491071 C14.1294643,13.4300595 14.2410714,13.266369 14.3303571,13.0580357 C14.4196429,12.8497024 14.4642857,12.5892857 14.4642857,12.2767857 L14.4642857,11.4955357 L16.7410714,11.4955357 Z", id: "Path" }),
14
- react_1.default.createElement("polygon", { id: "Path", points: "20.0892857 16.0267857 20.0892857 2.27678571 17.4553571 2.27678571 17.4553571 0.133928571 25 0.133928571 25 2.27678571 22.3660714 2.27678571 22.3660714 16.0267857" })))));
15
- exports.SourceTypeStruct = SourceTypeStruct;
16
- //# sourceMappingURL=source-type-struct.js.map
@@ -1,14 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SourceTypeTimestamp = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const SourceTypeTimestamp = (props = { size: 24 }) => (react_1.default.createElement("svg", { width: props.size, height: props.size, viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
9
- react_1.default.createElement("g", { id: "new-Icon/source_timestamp", stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
10
- react_1.default.createElement("g", { id: "source_timestamp" },
11
- react_1.default.createElement("rect", { id: "bck-AnalyticDataType", fill: "#575757", x: "0", y: "0", width: "32", height: "32", rx: "2" }),
12
- react_1.default.createElement("path", { d: "M10.5173333,23.3173333 L10.5173333,10.176 L8,10.176 L8,8.128 L15.2106667,8.128 L15.2106667,10.176 L12.6933333,10.176 L12.6933333,23.3173333 L10.5173333,23.3173333 Z M23.2106667,12.5013333 L21.0346667,12.5013333 L21.0346667,12.0106667 C21.0346667,11.5128864 20.9173345,11.0826685 20.6826667,10.72 C20.4479988,10.3573315 20.0533361,10.176 19.4986667,10.176 C19.1999985,10.176 18.9582231,10.2328883 18.7733333,10.3466667 C18.5884435,10.460445 18.4391117,10.6026658 18.3253333,10.7733333 C18.211555,10.9582231 18.1333335,11.1679988 18.0906667,11.4026667 C18.0479998,11.6373345 18.0266667,11.8826654 18.0266667,12.1386667 C18.0266667,12.4373348 18.0373332,12.6862212 18.0586667,12.8853333 C18.0800001,13.0844454 18.1333329,13.2622214 18.2186667,13.4186667 C18.3040004,13.5751119 18.4284436,13.7102217 18.592,13.824 C18.7555564,13.9377783 18.9795541,14.051555 19.264,14.1653333 L20.928,14.8266667 C21.411558,15.0115565 21.8026652,15.2284432 22.1013333,15.4773333 C22.4000015,15.7262235 22.6346658,16.0142206 22.8053333,16.3413333 C22.9617786,16.6826684 23.0684442,17.0702201 23.1253333,17.504 C23.1822225,17.9377799 23.2106667,18.4319972 23.2106667,18.9866667 C23.2106667,19.6266699 23.1466673,20.2204417 23.0186667,20.768 C22.890666,21.3155583 22.6844459,21.7813314 22.4,22.1653333 C22.1013318,22.5635575 21.7102246,22.8764433 21.2266667,23.104 C20.7431087,23.3315567 20.1528924,23.4453333 19.456,23.4453333 C18.9297751,23.4453333 18.4391134,23.3528898 17.984,23.168 C17.5288866,22.9831102 17.1377794,22.7271127 16.8106667,22.4 C16.4835539,22.0728873 16.224001,21.6924466 16.032,21.2586667 C15.839999,20.8248867 15.744,20.3520026 15.744,19.84 L15.744,19.0293333 L17.92,19.0293333 L17.92,19.712 C17.92,20.1102242 18.0373322,20.4693317 18.272,20.7893333 C18.5066678,21.1093349 18.9013306,21.2693333 19.456,21.2693333 C19.8257796,21.2693333 20.1137767,21.2160005 20.32,21.1093333 C20.5262233,21.0026661 20.6862217,20.8497788 20.8,20.6506667 C20.9137783,20.4515546 20.9813332,20.2133347 21.0026667,19.936 C21.016889,19.7511102 21.0263704,19.5520001 21.0311111,19.3386671 L21.0346667,19.008 C21.0346667,18.6097758 21.0204446,18.2826679 20.992,18.0266667 C20.9635554,17.7706654 20.9066671,17.5644452 20.8213333,17.408 C20.7217773,17.2515548 20.590223,17.1235561 20.4266667,17.024 C20.2631103,16.9244439 20.0462236,16.8177783 19.776,16.704 L18.2186667,16.064 C17.2799953,15.6799981 16.6506683,15.1715587 16.3306667,14.5386667 C16.0106651,13.9057746 15.8506667,13.1128937 15.8506667,12.16 C15.8506667,11.5911083 15.9288881,11.0506692 16.0853333,10.5386667 C16.2417786,10.0266641 16.4764429,9.58577963 16.7893333,9.216 C17.0880015,8.84622037 17.4684421,8.55111221 17.9306667,8.33066667 C18.3928912,8.11022112 18.9439968,8 19.584,8 C20.1244471,8 20.6186644,8.09955456 21.0666667,8.29866667 C21.5146689,8.49777877 21.9022206,8.76088725 22.2293333,9.088 C22.8835588,9.77067008 23.2106667,10.5528845 23.2106667,11.4346667 L23.2106667,12.5013333 Z", id: "TS", fill: "#FFFFFF", "fill-rule": "nonzero" })))));
13
- exports.SourceTypeTimestamp = SourceTypeTimestamp;
14
- //# sourceMappingURL=source-type-timestamp.js.map
@@ -1,16 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SourceTypeUnknown = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const SourceTypeUnknown = (props = { size: 24 }) => (react_1.default.createElement("svg", { viewBox: "0 0 32 32", width: props.size, height: props.size },
9
- react_1.default.createElement("g", null,
10
- react_1.default.createElement("rect", { width: "32", height: "32", fill: "#575757", rx: "3", x: "0", y: "0" }),
11
- react_1.default.createElement("text", { fill: "rgb(255, 255, 255)", style: {
12
- fontSize: '11px',
13
- fontWeight: '700',
14
- }, x: "10", y: "20" }, "---"))));
15
- exports.SourceTypeUnknown = SourceTypeUnknown;
16
- //# sourceMappingURL=source-type-unknown.js.map
@@ -1,16 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SourceTypeVectorUDT = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const SourceTypeVectorUDT = (props = { size: 24 }) => (react_1.default.createElement("svg", { width: props.size, height: props.size, viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
9
- react_1.default.createElement("g", { id: "new-Icon/source_vectorUDT", stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
10
- react_1.default.createElement("rect", { id: "bck-SorceDataType", fill: "#575757", x: "0", y: "0", width: "32", height: "32", rx: "2" }),
11
- react_1.default.createElement("g", { id: "VEC", transform: "translate(3.500000, 8.000000)", fill: "#FFFFFF", "fill-rule": "nonzero" },
12
- react_1.default.createElement("polygon", { id: "Path", points: "8.3846831 0.132042254 5.17165493 15.8010563 3.19102113 15.8010563 0 0.132042254 2.37676056 0.132042254 4.15933099 11.0695423 4.20334507 11.0695423 6.00792254 0.132042254" }),
13
- react_1.default.createElement("polygon", { id: "Path", points: "9.72711268 15.8010563 9.72711268 0.132042254 16.4172535 0.132042254 16.4172535 2.24471831 11.971831 2.24471831 11.971831 6.84419014 15.8450704 6.84419014 15.8450704 8.9568662 11.971831 8.9568662 11.971831 13.556338 16.4172535 13.556338 16.4172535 15.8010563" }),
14
- react_1.default.createElement("path", { d: "M25,11.3336268 L25,12.3019366 C25,12.7860915 24.908304,13.2445716 24.724912,13.6773768 C24.54152,14.1101819 24.288439,14.4953052 23.965669,14.8327465 C23.6428991,15.1701878 23.2651115,15.4379401 22.8323063,15.6360035 C22.3995012,15.8340669 21.9336854,15.9330986 21.4348592,15.9330986 C21.0093897,15.9330986 20.5765845,15.8744131 20.1364437,15.7570423 C19.6963028,15.6396714 19.3001761,15.4342723 18.9480634,15.1408451 C18.5959507,14.8474178 18.3061913,14.4696303 18.0787852,14.0074824 C17.8513791,13.5453345 17.7376761,12.9548122 17.7376761,12.2359155 L17.7376761,3.60915493 C17.7376761,3.09565728 17.8257042,2.61883803 18.0017606,2.17869718 C18.1778169,1.73855634 18.42723,1.35710094 18.75,1.03433099 C19.07277,0.711561033 19.4578932,0.458480047 19.9053697,0.275088028 C20.3528462,0.0916960094 20.8480047,0 21.3908451,0 C22.4471831,0 23.3054577,0.344776995 23.965669,1.03433099 C24.288439,1.3717723 24.54152,1.7715669 24.724912,2.23371479 C24.908304,2.69586268 25,3.19835681 25,3.74119718 L25,4.62147887 L22.7552817,4.62147887 L22.7552817,3.87323944 C22.7552817,3.43309859 22.6305751,3.05164319 22.381162,2.72887324 C22.1317488,2.40610329 21.7943075,2.24471831 21.368838,2.24471831 C20.8113263,2.24471831 20.4408744,2.41710681 20.2574824,2.7618838 C20.0740904,3.1066608 19.9823944,3.5431338 19.9823944,4.07130282 L19.9823944,12.0818662 C19.9823944,12.5366784 20.0814261,12.9181338 20.2794894,13.2262324 C20.4775528,13.534331 20.8333333,13.6883803 21.346831,13.6883803 C21.4935446,13.6883803 21.6512617,13.6627054 21.8199824,13.6113556 C21.9887031,13.5600059 22.1464202,13.4756455 22.2931338,13.3582746 C22.4251761,13.2409038 22.5352113,13.0795188 22.6232394,12.8741197 C22.7112676,12.6687207 22.7552817,12.4119718 22.7552817,12.1038732 L22.7552817,11.3336268 L25,11.3336268 Z", id: "Path" })))));
15
- exports.SourceTypeVectorUDT = SourceTypeVectorUDT;
16
- //# sourceMappingURL=source-type-vectorudt.js.map
package/lib/embed.js DELETED
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./index"), exports);
18
- //# sourceMappingURL=embed.js.map
package/lib/extension.js DELETED
@@ -1,44 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Jupyter Development Team.
3
- // Distributed under the terms of the Modified BSD License.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.load_ipython_extension = void 0;
6
- // Entry point for the notebook bundle containing custom model definitions.
7
- //
8
- // Setup notebook base URL
9
- //
10
- // Some static assets may be required by the custom widget javascript. The base
11
- // url for the notebook is not known at build time and is therefore computed
12
- // dynamically.
13
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
14
- // @ts-ignore
15
- if (window.require) {
16
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
17
- // @ts-ignore
18
- window.require.config({
19
- map: {
20
- '*': {
21
- // prettier-ignore
22
- 'dotdata_widgets': 'nbextensions/dotdata_widgets/index',
23
- },
24
- },
25
- });
26
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
27
- // @ts-ignore
28
- window.requirejs.config({
29
- map: {
30
- '*': {
31
- // prettier-ignore
32
- 'dotdata_widgets': 'nbextensions/dotdata_widgets/index',
33
- },
34
- },
35
- });
36
- }
37
- exports.default = {
38
- // eslint-disable-next-line @typescript-eslint/no-empty-function
39
- load_ipython_extension: function () { },
40
- };
41
- // eslint-disable-next-line @typescript-eslint/no-empty-function
42
- function load_ipython_extension() { }
43
- exports.load_ipython_extension = load_ipython_extension;
44
- //# sourceMappingURL=extension.js.map
@@ -1,22 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.FeatureCorrelatedFeaturesTable = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const FeatureExplanation_1 = require("../feature-explanation/FeatureExplanation");
9
- const _utils_1 = require("../../utils");
10
- const FeatureCorrelatedFeaturesTable = ({ correlatedFeatures }) => {
11
- return (react_1.default.createElement("table", { className: "table", style: { width: '100%' } },
12
- react_1.default.createElement("tr", null,
13
- react_1.default.createElement("th", { className: "label-bold" }, "Feature ID"),
14
- react_1.default.createElement("th", { className: "label-bold" }, "Correlation"),
15
- react_1.default.createElement("th", { className: "label-bold" }, "Explanation")),
16
- correlatedFeatures.map(([{ id, explanation }, correlation]) => (react_1.default.createElement("tr", null,
17
- react_1.default.createElement("td", null, id),
18
- react_1.default.createElement("td", null, _utils_1.Localize.formatNumber(correlation)),
19
- react_1.default.createElement("td", null, react_1.default.createElement(FeatureExplanation_1.FeatureExplanation, { explanationBlocks: explanation.tokens })))))));
20
- };
21
- exports.FeatureCorrelatedFeaturesTable = FeatureCorrelatedFeaturesTable;
22
- //# sourceMappingURL=FeatureCorrelatedFeaturesTable.js.map
@@ -1,213 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.FeatureDistributionChart = void 0;
27
- const react_1 = __importStar(require("react"));
28
- const vega = __importStar(require("vega"));
29
- const feature_1 = require("../../models/feature");
30
- const FeatureDistributionChart = ({ histogram }) => {
31
- const elemRef = react_1.default.useRef(null);
32
- (0, react_1.useEffect)(() => {
33
- if (!elemRef.current) {
34
- return;
35
- }
36
- const histogramSpec = feature_1.ContinuousHistogram.isTypeOf(histogram)
37
- ? createContinuousHistogramSpec(histogram)
38
- : createDiscreteHistogramSpec(histogram);
39
- const view = new vega.View(vega.parse(Object.assign({ width: elemRef.current.clientWidth, height: 140, padding: 5 }, histogramSpec)), {
40
- renderer: 'canvas',
41
- hover: true,
42
- container: elemRef.current,
43
- });
44
- view.runAsync();
45
- }, [elemRef]);
46
- return react_1.default.createElement("div", { ref: elemRef });
47
- };
48
- exports.FeatureDistributionChart = FeatureDistributionChart;
49
- function createContinuousHistogramSpec(histogram) {
50
- return {
51
- signals: [
52
- {
53
- name: 'tooltip',
54
- value: {},
55
- on: [
56
- { events: 'rect:mouseover', update: 'datum' },
57
- { events: 'rect:mouseout', update: '{}' },
58
- ],
59
- },
60
- ],
61
- data: [
62
- {
63
- name: 'table',
64
- values: histogram.bins,
65
- },
66
- ],
67
- scales: [
68
- {
69
- name: 'xscale',
70
- type: 'linear',
71
- domain: {
72
- fields: [
73
- { data: 'table', field: 'l' },
74
- { data: 'table', field: 'u' },
75
- ],
76
- },
77
- range: 'width',
78
- nice: true,
79
- round: true,
80
- },
81
- {
82
- name: 'yscale',
83
- domain: { data: 'table', field: 'frequency' },
84
- nice: true,
85
- range: 'height',
86
- },
87
- ],
88
- axes: [
89
- {
90
- orient: 'bottom',
91
- scale: 'xscale',
92
- labelOverlap: 'parity',
93
- },
94
- { orient: 'left', scale: 'yscale' },
95
- ],
96
- marks: [
97
- {
98
- type: 'rect',
99
- from: { data: 'table' },
100
- encode: {
101
- enter: {
102
- x: { scale: 'xscale', field: 'l' },
103
- x2: { scale: 'xscale', field: 'u' },
104
- y: { scale: 'yscale', field: 'frequency' },
105
- y2: { scale: 'yscale', value: 0 },
106
- },
107
- update: {
108
- fill: { value: '#1976d2' },
109
- },
110
- },
111
- },
112
- {
113
- type: 'text',
114
- encode: {
115
- enter: {
116
- align: { value: 'center' },
117
- baseline: { value: 'bottom' },
118
- fill: { value: '#333' },
119
- },
120
- update: {
121
- x: {
122
- scale: 'xscale',
123
- signal: '(tooltip.u + tooltip.l) / 2',
124
- band: 0.5,
125
- },
126
- y: { scale: 'yscale', signal: 'tooltip.frequency', offset: -2 },
127
- text: { signal: 'tooltip.frequency' },
128
- fillOpacity: [
129
- { test: 'datum === tooltip', value: 0 },
130
- { value: 1 },
131
- ],
132
- },
133
- },
134
- },
135
- ],
136
- };
137
- }
138
- function createDiscreteHistogramSpec(histogram) {
139
- return {
140
- signals: [
141
- {
142
- name: 'tooltip',
143
- value: {},
144
- on: [
145
- { events: 'rect:mouseover', update: 'datum' },
146
- { events: 'rect:mouseout', update: '{}' },
147
- ],
148
- },
149
- ],
150
- data: [
151
- {
152
- name: 'table',
153
- values: histogram.bins,
154
- },
155
- ],
156
- scales: [
157
- {
158
- name: 'xscale',
159
- type: 'band',
160
- domain: { data: 'table', field: 'label' },
161
- range: 'width',
162
- round: true,
163
- },
164
- {
165
- name: 'yscale',
166
- domain: { data: 'table', field: 'frequency' },
167
- nice: true,
168
- range: 'height',
169
- },
170
- ],
171
- axes: [
172
- { orient: 'bottom', scale: 'xscale', labelOverlap: 'parity' },
173
- { orient: 'left', scale: 'yscale' },
174
- ],
175
- marks: [
176
- {
177
- type: 'rect',
178
- from: { data: 'table' },
179
- encode: {
180
- enter: {
181
- x: { scale: 'xscale', field: 'label' },
182
- width: { scale: 'xscale', band: 1 },
183
- y: { scale: 'yscale', field: 'frequency' },
184
- y2: { scale: 'yscale', value: 0 },
185
- },
186
- update: {
187
- fill: { value: '#1976d2' },
188
- },
189
- },
190
- },
191
- {
192
- type: 'text',
193
- encode: {
194
- enter: {
195
- align: { value: 'center' },
196
- baseline: { value: 'bottom' },
197
- fill: { value: '#333' },
198
- },
199
- update: {
200
- x: { scale: 'xscale', signal: 'tooltip.label', band: 0.5 },
201
- y: { scale: 'yscale', signal: 'tooltip.frequency', offset: -2 },
202
- text: { signal: 'tooltip.frequency' },
203
- fillOpacity: [
204
- { test: 'datum === tooltip', value: 0 },
205
- { value: 1 },
206
- ],
207
- },
208
- },
209
- },
210
- ],
211
- };
212
- }
213
- //# sourceMappingURL=FeatureDistributionChart.js.map
@@ -1,44 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.FeatureStatisticsTable = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const feature_1 = require("../../models/feature");
9
- const _utils_1 = require("../../utils");
10
- const metricRowStyle = {
11
- borderTop: '1px solid var(--c-grey-100)',
12
- display: 'flex',
13
- justifyContent: 'space-between',
14
- alignItems: 'center',
15
- paddingInlineEnd: '50px',
16
- height: '30px',
17
- };
18
- const metricNameStyle = {
19
- textTransform: 'capitalize',
20
- };
21
- const statsOrder = [
22
- feature_1.FeatureMetric.Min,
23
- feature_1.FeatureMetric.Max,
24
- feature_1.FeatureMetric.Mean,
25
- feature_1.FeatureMetric.Stddev,
26
- feature_1.FeatureMetric.Count,
27
- feature_1.FeatureMetric.NullRatio,
28
- feature_1.FeatureMetric.ZerosRatio,
29
- feature_1.FeatureMetric.Correlation,
30
- feature_1.FeatureMetric.FeatureAUC,
31
- ];
32
- const FeatureStatisticsTable = ({ statistics }) => {
33
- return (react_1.default.createElement("div", { style: { columnCount: 2, columnFill: 'balance', columnGap: '60px' } }, Object.entries(statistics)
34
- .sort(sortStatsByName)
35
- .map(([metricName, metricValue]) => (react_1.default.createElement("div", { key: metricName, style: metricRowStyle },
36
- react_1.default.createElement("span", { className: "label-bold", style: metricNameStyle }, metricName),
37
- ' ',
38
- react_1.default.createElement("span", null, _utils_1.Localize.formatNumber(metricValue, '-')))))));
39
- };
40
- exports.FeatureStatisticsTable = FeatureStatisticsTable;
41
- function sortStatsByName(a, b) {
42
- return statsOrder.indexOf(a[0]) - statsOrder.indexOf(b[0]);
43
- }
44
- //# sourceMappingURL=FeatureStatisticsTable.js.map
@@ -1,20 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./FeatureStatisticsTable"), exports);
18
- __exportStar(require("./FeatureDistributionChart"), exports);
19
- __exportStar(require("./FeatureCorrelatedFeaturesTable"), exports);
20
- //# sourceMappingURL=index.js.map