pixel-react 1.14.38 → 1.14.40
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.
- package/lib/ComponentProps/TreeNodeProps.d.ts +1 -0
- package/lib/_virtual/index4.js +5 -3
- package/lib/_virtual/index4.js.map +1 -1
- package/lib/_virtual/index5.js +3 -5
- package/lib/_virtual/index5.js.map +1 -1
- package/lib/components/Charts/BarChart/BarChart.d.ts +1 -0
- package/lib/components/Charts/BarChart/BarChart.js +6 -2
- package/lib/components/Charts/BarChart/BarChart.js.map +1 -1
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +21 -18
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js.map +1 -1
- package/lib/index.cjs +27 -20
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/node_modules/input-format/modules/react/Input.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
- package/lib/node_modules/react-google-recaptcha/lib/esm/recaptcha.js +1 -1
- package/lib/node_modules/react-phone-number-input/modules/CountryIcon.js +1 -1
- package/lib/node_modules/react-phone-number-input/modules/CountrySelect.js +1 -1
- package/lib/node_modules/react-phone-number-input/modules/Flag.js +1 -1
- package/lib/node_modules/react-phone-number-input/modules/InputBasic.js +1 -1
- package/lib/node_modules/react-phone-number-input/modules/InputSmart.js +1 -1
- package/lib/node_modules/react-phone-number-input/modules/InternationalIcon.js +1 -1
- package/lib/node_modules/react-phone-number-input/modules/PhoneInputWithCountry.js +1 -1
- package/lib/node_modules/react-phone-number-input/modules/PhoneInputWithCountryDefault.js +1 -1
- package/lib/node_modules/react-phone-number-input/modules/PropTypes.js +1 -1
- package/lib/node_modules/use-context-selector/dist/index.js +1 -1
- package/lib/styles.css +1 -1
- package/lib/styles.css.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
@@ -2190,6 +2190,7 @@ type TreeNodeProps = {
|
|
2190
2190
|
stepId?: string;
|
2191
2191
|
conditionId?: string;
|
2192
2192
|
machInstanceId?: string;
|
2193
|
+
duration?: string;
|
2193
2194
|
};
|
2194
2195
|
|
2195
2196
|
interface NewNode$1 {
|
@@ -4485,6 +4486,7 @@ type BarChartProps = {
|
|
4485
4486
|
isDashboardVersions?: boolean;
|
4486
4487
|
type?: string;
|
4487
4488
|
isMemory?: boolean;
|
4489
|
+
tooltipWidth?: string;
|
4488
4490
|
};
|
4489
4491
|
declare const BarChart: React__default.FC<BarChartProps>;
|
4490
4492
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React__default from 'react';
|
2
|
-
import PropTypes from '../../../../_virtual/
|
2
|
+
import PropTypes from '../../../../_virtual/index4.js';
|
3
3
|
import useInput from './useInput.js';
|
4
4
|
|
5
5
|
var _excluded = ["inputComponent", "parse", "format", "value", "defaultValue", "onChange", "controlled", "onKeyDown", "type"];
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as beautifier } from '../../../../../_virtual/
|
1
|
+
import { __exports as beautifier } from '../../../../../_virtual/beautifier3.js';
|
2
2
|
import { __require as requireOptions } from './options.js';
|
3
3
|
import { __require as requireOutput } from '../core/output.js';
|
4
4
|
import { __require as requireInputscanner } from '../core/inputscanner.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as beautifier } from '../../../../../_virtual/
|
1
|
+
import { __exports as beautifier } from '../../../../../_virtual/beautifier.js';
|
2
2
|
import { __require as requireOptions } from './options.js';
|
3
3
|
import { __require as requireOutput } from '../core/output.js';
|
4
4
|
import { __require as requireTokenizer } from './tokenizer.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as beautifier } from '../../../../../_virtual/
|
1
|
+
import { __exports as beautifier } from '../../../../../_virtual/beautifier2.js';
|
2
2
|
import { __require as requireOutput } from '../core/output.js';
|
3
3
|
import { __require as requireToken } from '../core/token.js';
|
4
4
|
import { __require as requireAcorn } from './acorn.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
import PropTypes from '../../../../_virtual/
|
2
|
+
import PropTypes from '../../../../_virtual/index4.js';
|
3
3
|
|
4
4
|
var _excluded = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
5
5
|
function _extends() {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React__default from 'react';
|
2
|
-
import PropTypes from '../../../_virtual/
|
2
|
+
import PropTypes from '../../../_virtual/index4.js';
|
3
3
|
import classNames from '../../../_virtual/index.js';
|
4
4
|
import InternationalIcon from './InternationalIcon.js';
|
5
5
|
import FlagComponent from './Flag.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React__default, { useMemo, useCallback } from 'react';
|
2
|
-
import PropTypes from '../../../_virtual/
|
2
|
+
import PropTypes from '../../../_virtual/index4.js';
|
3
3
|
import classNames from '../../../_virtual/index.js';
|
4
4
|
import getCountryFlag from '../../country-flag-icons/modules/unicode.js';
|
5
5
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React__default, { useCallback } from 'react';
|
2
|
-
import PropTypes from '../../../_virtual/
|
2
|
+
import PropTypes from '../../../_virtual/index4.js';
|
3
3
|
import { getPrefixForFormattingValueAsPhoneNumber, removePrefixFromFormattedPhoneNumber } from './helpers/inputValuePrefix.js';
|
4
4
|
import useInputKeyDownHandler from './useInputKeyDownHandler.js';
|
5
5
|
import parseIncompletePhoneNumber from '../../libphonenumber-js/es6/parseIncompletePhoneNumber.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React__default, { useCallback } from 'react';
|
2
|
-
import PropTypes from '../../../_virtual/
|
2
|
+
import PropTypes from '../../../_virtual/index4.js';
|
3
3
|
import { getPrefixForFormattingValueAsPhoneNumber, removePrefixFromFormattedPhoneNumber } from './helpers/inputValuePrefix.js';
|
4
4
|
import parsePhoneNumberCharacter_ from './helpers/parsePhoneNumberCharacter.js';
|
5
5
|
import useInputKeyDownHandler from './useInputKeyDownHandler.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React__default from 'react';
|
2
|
-
import PropTypes from '../../../_virtual/
|
2
|
+
import PropTypes from '../../../_virtual/index4.js';
|
3
3
|
import classNames from '../../../_virtual/index.js';
|
4
4
|
import InputSmart from './InputSmart.js';
|
5
5
|
import InputBasic from './InputBasic.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React__default from 'react';
|
2
|
-
import '../../../_virtual/
|
2
|
+
import '../../../_virtual/index4.js';
|
3
3
|
import defaultLabels from '../locale/en.json.js';
|
4
4
|
import { labels, metadata } from './PropTypes.js';
|
5
5
|
import PhoneNumberInput from './PhoneInputWithCountry.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { createContext as createContext$1, useRef, useState, useEffect, useLayoutEffect, createElement, useContext, useReducer } from 'react';
|
2
|
-
import { s as schedulerExports } from '../../../_virtual/
|
2
|
+
import { s as schedulerExports } from '../../../_virtual/index5.js';
|
3
3
|
|
4
4
|
const CONTEXT_VALUE = Symbol();
|
5
5
|
const ORIGINAL_PROVIDER = Symbol();
|