From 225417fae51fe75b99cb2d5fe042533b85eee5d9 Mon Sep 17 00:00:00 2001 From: Albert van Wyk Date: Tue, 17 Nov 2020 09:54:05 +0200 Subject: [PATCH 1/7] feat(blocksAntd): pagehcsf examples --- .../blocksAntd/demo/examples/PageHCSF.yaml | 53 ++++++++++++++++++- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/packages/blocksAntd/demo/examples/PageHCSF.yaml b/packages/blocksAntd/demo/examples/PageHCSF.yaml index 6f83219b2..b5c2d24b0 100644 --- a/packages/blocksAntd/demo/examples/PageHCSF.yaml +++ b/packages/blocksAntd/demo/examples/PageHCSF.yaml @@ -1,7 +1,56 @@ - id: default type: PageHCSF - id: properties.content + type: PageHCSF + areas: + content: + blocks: [] + footer: + blocks: [] + header: + blocks: [] + sider: + blocks: [] +- id: "properties.header.theme: light - dark is default" type: PageHCSF properties: - content: - content: This is page content + header: + theme: light + areas: + content: + blocks: [] + footer: + blocks: [] + header: + blocks: [] + sider: + blocks: [] +- id: "properties.header.color: #4432a8 " + type: PageHCSF + properties: + header: + color: "#4432a8" + areas: + content: + blocks: [] + footer: + blocks: [] + header: + blocks: [] + sider: + blocks: [] +# collapsed is not described in js or json, but still works in example and docs? +- id: "properties.sider.collapsed: true " + type: PageHCSF + properties: + sider: + collapsed: true + areas: + content: + blocks: [] + footer: + blocks: [] + header: + blocks: [] + sider: + blocks: [] From 3c237572b925124125d36b11068d5cff2d1c2715 Mon Sep 17 00:00:00 2001 From: Gervwyk Date: Mon, 23 Nov 2020 12:54:16 +0200 Subject: [PATCH 2/7] feat(blockTools): add rename as a default block property --- packages/blockTools/src/blockDefaultProps.js | 1 + packages/blockTools/src/blockDefaultProps.test.js | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/blockTools/src/blockDefaultProps.js b/packages/blockTools/src/blockDefaultProps.js index 47b2cd140..fa57c280c 100644 --- a/packages/blockTools/src/blockDefaultProps.js +++ b/packages/blockTools/src/blockDefaultProps.js @@ -30,6 +30,7 @@ const blockDefaultProps = { }, properties: {}, user: {}, + rename: {}, required: false, validation: { status: null, diff --git a/packages/blockTools/src/blockDefaultProps.test.js b/packages/blockTools/src/blockDefaultProps.test.js index 1e199b72a..8abf6e32c 100644 --- a/packages/blockTools/src/blockDefaultProps.test.js +++ b/packages/blockTools/src/blockDefaultProps.test.js @@ -44,6 +44,7 @@ test('default', () => { "registerMethod": [Function], }, "properties": Object {}, + "rename": Object {}, "required": false, "user": Object {}, "validation": Object { From 3cc6639dc7df8e7f7b5fe2a8caa2dd7a96f82c2a Mon Sep 17 00:00:00 2001 From: Gervwyk Date: Mon, 23 Nov 2020 12:56:02 +0200 Subject: [PATCH 3/7] fix(blocksAntd): update snapshot to include 'rename' --- .../tests/__snapshots__/Alert.test.js.snap | 4 + .../tests/__snapshots__/Anchor.test.js.snap | 5 + .../tests/__snapshots__/Avatar.test.js.snap | 3 + .../tests/__snapshots__/Button.test.js.snap | 3 + .../tests/__snapshots__/Collapse.test.js.snap | 2 + .../__snapshots__/ControlledList.test.js.snap | 12 + .../DateRangeSelector.test.js.snap | 12 + .../__snapshots__/DateSelector.test.js.snap | 6 + .../DateTimeSelector.test.js.snap | 6 + .../tests/__snapshots__/Icon.test.js.snap | 8 + .../tests/__snapshots__/Menu.test.js.snap | 32 +++ .../tests/__snapshots__/Message.test.js.snap | 4 + .../__snapshots__/MobileMenu.test.js.snap | 2 + .../__snapshots__/MonthSelector.test.js.snap | 12 + .../__snapshots__/Notification.test.js.snap | 15 + .../__snapshots__/PageHCF.mock.test.js.snap | 24 ++ .../__snapshots__/Paragraph.test.js.snap | 3 + .../__snapshots__/ParagraphInput.test.js.snap | 18 ++ .../__snapshots__/RatingSlider.test.js.snap | 264 ++++++++++++++++++ .../tests/__snapshots__/Selector.test.js.snap | 6 + .../__snapshots__/Statistic.mock.test.js.snap | 2 + .../__snapshots__/Statistic.test.js.snap | 2 + .../tests/__snapshots__/Switch.test.js.snap | 96 +++++++ .../__snapshots__/TextInput.test.js.snap | 24 ++ .../tests/__snapshots__/Title.test.js.snap | 3 + .../__snapshots__/TitleInput.test.js.snap | 18 ++ .../__snapshots__/UserAvatar.test.js.snap | 9 + .../__snapshots__/WeekSelector.test.js.snap | 12 + 28 files changed, 607 insertions(+) diff --git a/packages/blocksAntd/tests/__snapshots__/Alert.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Alert.test.js.snap index c648aa95d..6b430c9e8 100644 --- a/packages/blocksAntd/tests/__snapshots__/Alert.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Alert.test.js.snap @@ -162,6 +162,7 @@ exports[`Render properties.icon object - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters ant-alert-icon" id="properties.icon object_icon" + rename={Object {}} required={false} role="img" > @@ -200,6 +201,7 @@ exports[`Render properties.icon string - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters ant-alert-icon" id="properties.icon string_icon" + rename={Object {}} required={false} role="img" > @@ -747,6 +749,7 @@ exports[`Render with description properties.icon object - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters ant-alert-icon" id="with description properties.icon object_icon" + rename={Object {}} required={false} role="img" > @@ -787,6 +790,7 @@ exports[`Render with description properties.icon string - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters ant-alert-icon" id="with description properties.icon string_icon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Anchor.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Anchor.test.js.snap index d811ff38a..22745d4fc 100644 --- a/packages/blocksAntd/tests/__snapshots__/Anchor.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Anchor.test.js.snap @@ -29,6 +29,7 @@ exports[`Render properties.icon and properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon and properties.title_icon" + rename={Object {}} required={false} role="img" > @@ -61,6 +62,7 @@ exports[`Render properties.icon object - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"red\\"},null]}" id="properties.icon object_icon" + rename={Object {}} required={false} role="img" > @@ -93,6 +95,7 @@ exports[`Render properties.icon string - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon string_icon" + rename={Object {}} required={false} role="img" > @@ -124,6 +127,7 @@ exports[`Render properties.icon, properties.title and properties.disabled - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon, properties.title and properties.disabled_icon" + rename={Object {}} required={false} role="img" > @@ -178,6 +182,7 @@ exports[`Render properties.style with icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.style with icon_icon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Avatar.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Avatar.test.js.snap index a5cc9dd81..64a8c1476 100644 --- a/packages/blocksAntd/tests/__snapshots__/Avatar.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Avatar.test.js.snap @@ -125,6 +125,7 @@ exports[`Render properties.icon object - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"red\\"},null]}" id="properties.icon object_icon" + rename={Object {}} required={false} role="img" > @@ -157,6 +158,7 @@ exports[`Render properties.icon string - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon string_icon" + rename={Object {}} required={false} role="img" > @@ -189,6 +191,7 @@ exports[`Render properties.icon string properties.shape square - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon string properties.shape square_icon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Button.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Button.test.js.snap index c422b677b..a2eb57a27 100644 --- a/packages/blocksAntd/tests/__snapshots__/Button.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Button.test.js.snap @@ -90,6 +90,7 @@ exports[`Render properties.hideTitle: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.hideTitle: true_icon" + rename={Object {}} required={false} role="img" > @@ -135,6 +136,7 @@ exports[`Render properties.icon object - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"red\\"},null]}" id="properties.icon object_icon" + rename={Object {}} required={false} role="img" > @@ -170,6 +172,7 @@ exports[`Render properties.icon string - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon string_icon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Collapse.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Collapse.test.js.snap index 09b2fba37..91630a73b 100644 --- a/packages/blocksAntd/tests/__snapshots__/Collapse.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Collapse.test.js.snap @@ -592,6 +592,7 @@ exports[`Render properties.expandIcon: ArrowRightOutlined - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters ant-collapse-arrow" id="properties.expandIcon: ArrowRightOutlined_expandIcon" + rename={Object {}} required={false} role="img" > @@ -653,6 +654,7 @@ exports[`Render properties.expandIcon: ArrowRightOutlined - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters ant-collapse-arrow" id="properties.expandIcon: ArrowRightOutlined_expandIcon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/ControlledList.test.js.snap b/packages/blocksAntd/tests/__snapshots__/ControlledList.test.js.snap index 7ee9a6f98..3536a80ca 100644 --- a/packages/blocksAntd/tests/__snapshots__/ControlledList.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/ControlledList.test.js.snap @@ -35,6 +35,7 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_add_button_icon" + rename={Object {}} required={false} role="img" > @@ -117,6 +118,7 @@ exports[`Render properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_add_button_icon" + rename={Object {}} required={false} role="img" > @@ -179,6 +181,7 @@ exports[`Render required = true default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_add_button_icon" + rename={Object {}} required={false} role="img" > @@ -261,6 +264,7 @@ exports[`Render required = true properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_add_button_icon" + rename={Object {}} required={false} role="img" > @@ -323,6 +327,7 @@ exports[`Render validation.status = error default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_add_button_icon" + rename={Object {}} required={false} role="img" > @@ -405,6 +410,7 @@ exports[`Render validation.status = error properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_add_button_icon" + rename={Object {}} required={false} role="img" > @@ -467,6 +473,7 @@ exports[`Render validation.status = null default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_add_button_icon" + rename={Object {}} required={false} role="img" > @@ -549,6 +556,7 @@ exports[`Render validation.status = null properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_add_button_icon" + rename={Object {}} required={false} role="img" > @@ -611,6 +619,7 @@ exports[`Render validation.status = success default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_add_button_icon" + rename={Object {}} required={false} role="img" > @@ -693,6 +702,7 @@ exports[`Render validation.status = success properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_add_button_icon" + rename={Object {}} required={false} role="img" > @@ -755,6 +765,7 @@ exports[`Render validation.status = warning default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_add_button_icon" + rename={Object {}} required={false} role="img" > @@ -837,6 +848,7 @@ exports[`Render validation.status = warning properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_add_button_icon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/DateRangeSelector.test.js.snap b/packages/blocksAntd/tests/__snapshots__/DateRangeSelector.test.js.snap index 4d0e8c108..5bba45951 100644 --- a/packages/blocksAntd/tests/__snapshots__/DateRangeSelector.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/DateRangeSelector.test.js.snap @@ -1819,6 +1819,7 @@ exports[`Render property.suffixIcon Red: CalendarOutlined - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"Red\\"},null]}" id="property.suffixIcon Red: CalendarOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -1946,6 +1947,7 @@ exports[`Render property.suffixIcon: CalendarOutlined - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -3792,6 +3794,7 @@ exports[`Render required = true property.suffixIcon Red: CalendarOutlined - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"Red\\"},null]}" id="property.suffixIcon Red: CalendarOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -3919,6 +3922,7 @@ exports[`Render required = true property.suffixIcon: CalendarOutlined - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -6253,6 +6257,7 @@ exports[`Render validation.status = error property.suffixIcon Red: CalendarOutli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"Red\\"},null]}" id="property.suffixIcon Red: CalendarOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -6409,6 +6414,7 @@ exports[`Render validation.status = error property.suffixIcon: CalendarOutlined aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -8284,6 +8290,7 @@ exports[`Render validation.status = null property.suffixIcon Red: CalendarOutlin aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"Red\\"},null]}" id="property.suffixIcon Red: CalendarOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -8411,6 +8418,7 @@ exports[`Render validation.status = null property.suffixIcon: CalendarOutlined - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -10665,6 +10673,7 @@ exports[`Render validation.status = success property.suffixIcon Red: CalendarOut aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"Red\\"},null]}" id="property.suffixIcon Red: CalendarOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -10816,6 +10825,7 @@ exports[`Render validation.status = success property.suffixIcon: CalendarOutline aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -13174,6 +13184,7 @@ exports[`Render validation.status = warning property.suffixIcon Red: CalendarOut aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"Red\\"},null]}" id="property.suffixIcon Red: CalendarOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -13330,6 +13341,7 @@ exports[`Render validation.status = warning property.suffixIcon: CalendarOutline aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/DateSelector.test.js.snap b/packages/blocksAntd/tests/__snapshots__/DateSelector.test.js.snap index 1b35d14cc..c20b2da67 100644 --- a/packages/blocksAntd/tests/__snapshots__/DateSelector.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/DateSelector.test.js.snap @@ -1361,6 +1361,7 @@ exports[`Render properties.suffixIcon: CalendarTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -2818,6 +2819,7 @@ exports[`Render required = true properties.suffixIcon: CalendarTwoTone - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -4821,6 +4823,7 @@ exports[`Render validation.status = error properties.suffixIcon: CalendarTwoTone aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -6336,6 +6339,7 @@ exports[`Render validation.status = null properties.suffixIcon: CalendarTwoTone aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -8249,6 +8253,7 @@ exports[`Render validation.status = success properties.suffixIcon: CalendarTwoTo aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -10300,6 +10305,7 @@ exports[`Render validation.status = warning properties.suffixIcon: CalendarTwoTo aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/DateTimeSelector.test.js.snap b/packages/blocksAntd/tests/__snapshots__/DateTimeSelector.test.js.snap index aa3524abf..77c48ccd4 100644 --- a/packages/blocksAntd/tests/__snapshots__/DateTimeSelector.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/DateTimeSelector.test.js.snap @@ -1633,6 +1633,7 @@ exports[`Render properties.suffixIcon: CalendarTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -3430,6 +3431,7 @@ exports[`Render required = true properties.suffixIcon: CalendarTwoTone - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -5889,6 +5891,7 @@ exports[`Render validation.status = error properties.suffixIcon: CalendarTwoTone aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -7773,6 +7776,7 @@ exports[`Render validation.status = null properties.suffixIcon: CalendarTwoTone aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -10122,6 +10126,7 @@ exports[`Render validation.status = success properties.suffixIcon: CalendarTwoTo aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -12653,6 +12658,7 @@ exports[`Render validation.status = warning properties.suffixIcon: CalendarTwoTo aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Icon.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Icon.test.js.snap index b2ee29f4b..673da5fe3 100644 --- a/packages/blocksAntd/tests/__snapshots__/Icon.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Icon.test.js.snap @@ -5,6 +5,7 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default" + rename={Object {}} required={false} role="img" type="Icon" @@ -32,6 +33,7 @@ exports[`Render properties.color - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#9c27b0\\",\\"fontSize\\":25},null]}" id="properties.color" + rename={Object {}} required={false} role="img" type="Icon" @@ -59,6 +61,7 @@ exports[`Render properties.disableLoadingIcon: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disableLoadingIcon: true" + rename={Object {}} required={false} role="img" type="Icon" @@ -86,6 +89,7 @@ exports[`Render properties.icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon" + rename={Object {}} required={false} role="img" type="Icon" @@ -113,6 +117,7 @@ exports[`Render properties.rotate: 90 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":30},null]}" id="properties.rotate: 90" + rename={Object {}} required={false} role="img" type="Icon" @@ -146,6 +151,7 @@ exports[`Render properties.size: 30 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":30},null]}" id="properties.size: 30" + rename={Object {}} required={false} role="img" type="Icon" @@ -173,6 +179,7 @@ exports[`Render properties.spin: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":30},null]}" id="properties.spin: true" + rename={Object {}} required={false} role="img" type="Icon" @@ -200,6 +207,7 @@ exports[`Render properties.style: border: 1px solid red - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"border\\":\\"1px solid red\\"}]}" id="properties.style: border: 1px solid red" + rename={Object {}} required={false} role="img" type="Icon" diff --git a/packages/blocksAntd/tests/__snapshots__/Menu.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Menu.test.js.snap index b65745107..928f84f48 100644 --- a/packages/blocksAntd/tests/__snapshots__/Menu.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Menu.test.js.snap @@ -96,6 +96,7 @@ exports[`Render menus: links[0] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -174,6 +175,7 @@ exports[`Render menus: properties.menuId: menu_one - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -226,6 +228,7 @@ exports[`Render menusTitle pageId - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -278,6 +281,7 @@ exports[`Render menusTitle properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -330,6 +334,7 @@ exports[`Render menusTitle url - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -416,6 +421,7 @@ exports[`Render mode: inline, backgroundColor: #016e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -460,6 +466,7 @@ exports[`Render mode: inline, backgroundColor: #016e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" + rename={Object {}} required={false} role="img" > @@ -547,6 +554,7 @@ exports[`Render mode: inline, selectedColor: #f16e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -591,6 +599,7 @@ exports[`Render mode: inline, selectedColor: #f16e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" + rename={Object {}} required={false} role="img" > @@ -678,6 +687,7 @@ exports[`Render mode: inline, selectedColor: #f16e1e, backgroundColor: #016e1e - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -722,6 +732,7 @@ exports[`Render mode: inline, selectedColor: #f16e1e, backgroundColor: #016e1e - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" + rename={Object {}} required={false} role="img" > @@ -809,6 +820,7 @@ exports[`Render mode: inline, theme: light - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -853,6 +865,7 @@ exports[`Render mode: inline, theme: light - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" + rename={Object {}} required={false} role="img" > @@ -940,6 +953,7 @@ exports[`Render mode: inline, theme: light, selectedColor: #6C2ACB - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -984,6 +998,7 @@ exports[`Render mode: inline, theme: light, selectedColor: #6C2ACB - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" + rename={Object {}} required={false} role="img" > @@ -1071,6 +1086,7 @@ exports[`Render mode: inline, theme: light, selectedColor: #f16e1e, backgroundCo aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -1115,6 +1131,7 @@ exports[`Render mode: inline, theme: light, selectedColor: #f16e1e, backgroundCo aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" + rename={Object {}} required={false} role="img" > @@ -1193,6 +1210,7 @@ exports[`Render mode: vertical, backgroundColor: #016e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -1233,6 +1251,7 @@ exports[`Render mode: vertical, backgroundColor: #016e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" + rename={Object {}} required={false} role="img" > @@ -1311,6 +1330,7 @@ exports[`Render mode: vertical, selectedColor: #f16e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -1351,6 +1371,7 @@ exports[`Render mode: vertical, selectedColor: #f16e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" + rename={Object {}} required={false} role="img" > @@ -1429,6 +1450,7 @@ exports[`Render mode: vertical, selectedColor: #f16e1e, backgroundColor: #016e1e aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -1469,6 +1491,7 @@ exports[`Render mode: vertical, selectedColor: #f16e1e, backgroundColor: #016e1e aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" + rename={Object {}} required={false} role="img" > @@ -1547,6 +1570,7 @@ exports[`Render mode: vertical, theme: light - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -1587,6 +1611,7 @@ exports[`Render mode: vertical, theme: light - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" + rename={Object {}} required={false} role="img" > @@ -1665,6 +1690,7 @@ exports[`Render mode: vertical, theme: light, selectedColor: #f16e1e, background aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -1705,6 +1731,7 @@ exports[`Render mode: vertical, theme: light, selectedColor: #f16e1e, background aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" + rename={Object {}} required={false} role="img" > @@ -1821,6 +1848,7 @@ exports[`Render properties.danger: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" + rename={Object {}} required={false} role="img" > @@ -1873,6 +1901,7 @@ exports[`Render properties.icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="Menu_item_one_icon" + rename={Object {}} required={false} role="img" > @@ -1913,6 +1942,7 @@ exports[`Render properties.icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="Menu Item two_icon" + rename={Object {}} required={false} role="img" > @@ -2085,6 +2115,7 @@ exports[`Render properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="Menu_item_one_icon" + rename={Object {}} required={false} role="img" > @@ -2125,6 +2156,7 @@ exports[`Render properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="Menu Item two_icon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Message.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Message.test.js.snap index 4a7d6c502..c992c0a01 100644 --- a/packages/blocksAntd/tests/__snapshots__/Message.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Message.test.js.snap @@ -115,6 +115,7 @@ Array [ } } properties="AppleFilled" + rename={Object {}} required={false} user={Object {}} validation={ @@ -341,6 +342,7 @@ Array [ } } properties="AppleFilled" + rename={Object {}} required={false} user={Object {}} validation={ @@ -569,6 +571,7 @@ Array [ } } properties="AppleFilled" + rename={Object {}} required={false} user={Object {}} validation={ @@ -793,6 +796,7 @@ Array [ } } properties="AppleFilled" + rename={Object {}} required={false} user={Object {}} validation={ diff --git a/packages/blocksAntd/tests/__snapshots__/MobileMenu.test.js.snap b/packages/blocksAntd/tests/__snapshots__/MobileMenu.test.js.snap index d8369b64d..de9d08ce0 100644 --- a/packages/blocksAntd/tests/__snapshots__/MobileMenu.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/MobileMenu.test.js.snap @@ -14,6 +14,7 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_button_icon" + rename={Object {}} required={false} role="img" > @@ -50,6 +51,7 @@ exports[`Render properties.links - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.links_button_icon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/MonthSelector.test.js.snap b/packages/blocksAntd/tests/__snapshots__/MonthSelector.test.js.snap index c905b57f4..5187cb5af 100644 --- a/packages/blocksAntd/tests/__snapshots__/MonthSelector.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/MonthSelector.test.js.snap @@ -1429,6 +1429,7 @@ exports[`Render property.suffixIcon: CalendarFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -1523,6 +1524,7 @@ exports[`Render property.suffixIcon: CalendarFilled.blue - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -2980,6 +2982,7 @@ exports[`Render required = true property.suffixIcon: CalendarFilled - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -3074,6 +3077,7 @@ exports[`Render required = true property.suffixIcon: CalendarFilled.blue - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -5106,6 +5110,7 @@ exports[`Render validation.status = error property.suffixIcon: CalendarFilled - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -5229,6 +5234,7 @@ exports[`Render validation.status = error property.suffixIcon: CalendarFilled.bl aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -6715,6 +6721,7 @@ exports[`Render validation.status = null property.suffixIcon: CalendarFilled - v aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -6809,6 +6816,7 @@ exports[`Render validation.status = null property.suffixIcon: CalendarFilled.blu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -8746,6 +8754,7 @@ exports[`Render validation.status = success property.suffixIcon: CalendarFilled aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -8864,6 +8873,7 @@ exports[`Render validation.status = success property.suffixIcon: CalendarFilled. aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -10920,6 +10930,7 @@ exports[`Render validation.status = warning property.suffixIcon: CalendarFilled aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -11043,6 +11054,7 @@ exports[`Render validation.status = warning property.suffixIcon: CalendarFilled. aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Notification.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Notification.test.js.snap index 71e53886a..cec11eee2 100644 --- a/packages/blocksAntd/tests/__snapshots__/Notification.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Notification.test.js.snap @@ -104,6 +104,7 @@ Array [ "title": "Close", } } + rename={Object {}} required={false} user={Object {}} validation={ @@ -176,6 +177,7 @@ Array [ } } properties="AlertOutlined" + rename={Object {}} required={false} user={Object {}} validation={ @@ -305,6 +307,7 @@ Array [ } } properties="AccountBookFilled" + rename={Object {}} required={false} user={Object {}} validation={ @@ -656,6 +659,7 @@ Array [ "title": "Close", } } + rename={Object {}} required={false} user={Object {}} validation={ @@ -728,6 +732,7 @@ Array [ } } properties="AlertOutlined" + rename={Object {}} required={false} user={Object {}} validation={ @@ -857,6 +862,7 @@ Array [ } } properties="AccountBookFilled" + rename={Object {}} required={false} user={Object {}} validation={ @@ -1208,6 +1214,7 @@ Array [ "title": "Close", } } + rename={Object {}} required={false} user={Object {}} validation={ @@ -1280,6 +1287,7 @@ Array [ } } properties="AlertOutlined" + rename={Object {}} required={false} user={Object {}} validation={ @@ -1409,6 +1417,7 @@ Array [ } } properties="AccountBookFilled" + rename={Object {}} required={false} user={Object {}} validation={ @@ -1762,6 +1771,7 @@ Array [ "title": "Close", } } + rename={Object {}} required={false} user={Object {}} validation={ @@ -1834,6 +1844,7 @@ Array [ } } properties="AlertOutlined" + rename={Object {}} required={false} user={Object {}} validation={ @@ -1963,6 +1974,7 @@ Array [ } } properties="AccountBookFilled" + rename={Object {}} required={false} user={Object {}} validation={ @@ -2312,6 +2324,7 @@ Array [ "title": "Close", } } + rename={Object {}} required={false} user={Object {}} validation={ @@ -2384,6 +2397,7 @@ Array [ } } properties="AlertOutlined" + rename={Object {}} required={false} user={Object {}} validation={ @@ -2513,6 +2527,7 @@ Array [ } } properties="AccountBookFilled" + rename={Object {}} required={false} user={Object {}} validation={ diff --git a/packages/blocksAntd/tests/__snapshots__/PageHCF.mock.test.js.snap b/packages/blocksAntd/tests/__snapshots__/PageHCF.mock.test.js.snap index c36cdd831..f602e5460 100644 --- a/packages/blocksAntd/tests/__snapshots__/PageHCF.mock.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/PageHCF.mock.test.js.snap @@ -24,6 +24,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -67,6 +68,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -96,6 +98,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -139,6 +142,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -168,6 +172,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -211,6 +216,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -254,6 +260,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -289,6 +296,7 @@ Array [ }, } } + rename={Object {}} required={false} user={Object {}} validation={ @@ -318,6 +326,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -361,6 +370,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -390,6 +400,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -425,6 +436,7 @@ Array [ }, } } + rename={Object {}} required={false} user={Object {}} validation={ @@ -472,6 +484,7 @@ Array [ "color": "#4432a8", } } + rename={Object {}} required={false} user={Object {}} validation={ @@ -501,6 +514,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -530,6 +544,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -579,6 +594,7 @@ Array [ }, } } + rename={Object {}} required={false} user={Object {}} validation={ @@ -608,6 +624,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -637,6 +654,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -684,6 +702,7 @@ Array [ "theme": "light", } } + rename={Object {}} required={false} user={Object {}} validation={ @@ -713,6 +732,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -742,6 +762,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -785,6 +806,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -814,6 +836,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ @@ -843,6 +866,7 @@ Array [ } } properties={Object {}} + rename={Object {}} required={false} user={Object {}} validation={ diff --git a/packages/blocksAntd/tests/__snapshots__/Paragraph.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Paragraph.test.js.snap index 3cc0e6070..464eeda1c 100644 --- a/packages/blocksAntd/tests/__snapshots__/Paragraph.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Paragraph.test.js.snap @@ -97,6 +97,7 @@ exports[`Render properties.copyable: icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -155,6 +156,7 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -177,6 +179,7 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/ParagraphInput.test.js.snap b/packages/blocksAntd/tests/__snapshots__/ParagraphInput.test.js.snap index 16ee40d11..2315611f7 100644 --- a/packages/blocksAntd/tests/__snapshots__/ParagraphInput.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/ParagraphInput.test.js.snap @@ -188,6 +188,7 @@ exports[`Render properties.copyable: icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -286,6 +287,7 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -308,6 +310,7 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > @@ -1805,6 +1808,7 @@ exports[`Render required = true properties.copyable: icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -1903,6 +1907,7 @@ exports[`Render required = true properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -1925,6 +1930,7 @@ exports[`Render required = true properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > @@ -3422,6 +3428,7 @@ exports[`Render validation.status = error properties.copyable: icon - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -3520,6 +3527,7 @@ exports[`Render validation.status = error properties.copyable: icon: [] - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -3542,6 +3550,7 @@ exports[`Render validation.status = error properties.copyable: icon: [] - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > @@ -5039,6 +5048,7 @@ exports[`Render validation.status = null properties.copyable: icon - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -5137,6 +5147,7 @@ exports[`Render validation.status = null properties.copyable: icon: [] - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -5159,6 +5170,7 @@ exports[`Render validation.status = null properties.copyable: icon: [] - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > @@ -6656,6 +6668,7 @@ exports[`Render validation.status = success properties.copyable: icon - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -6754,6 +6767,7 @@ exports[`Render validation.status = success properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -6776,6 +6790,7 @@ exports[`Render validation.status = success properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > @@ -8273,6 +8288,7 @@ exports[`Render validation.status = warning properties.copyable: icon - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -8371,6 +8387,7 @@ exports[`Render validation.status = warning properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -8393,6 +8410,7 @@ exports[`Render validation.status = warning properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/RatingSlider.test.js.snap b/packages/blocksAntd/tests/__snapshots__/RatingSlider.test.js.snap index 8a42886de..3d0da3705 100644 --- a/packages/blocksAntd/tests/__snapshots__/RatingSlider.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/RatingSlider.test.js.snap @@ -92,6 +92,7 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="default_iconMin" + rename={Object {}} required={false} role="img" > @@ -477,6 +478,7 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="default_iconMax" + rename={Object {}} required={false} role="img" > @@ -594,6 +596,7 @@ exports[`Render properties.inputStyle: CSS style applied - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.inputStyle: CSS style applied_iconMin" + rename={Object {}} required={false} role="img" > @@ -979,6 +982,7 @@ exports[`Render properties.inputStyle: CSS style applied - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.inputStyle: CSS style applied_iconMax" + rename={Object {}} required={false} role="img" > @@ -1096,6 +1100,7 @@ exports[`Render properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.title_iconMin" + rename={Object {}} required={false} role="img" > @@ -1481,6 +1486,7 @@ exports[`Render properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.title_iconMax" + rename={Object {}} required={false} role="img" > @@ -1598,6 +1604,7 @@ exports[`Render property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.color: #_iconMin" + rename={Object {}} required={false} role="img" > @@ -1983,6 +1990,7 @@ exports[`Render property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.color: #_iconMax" + rename={Object {}} required={false} role="img" > @@ -2505,6 +2513,7 @@ exports[`Render property.disableNotApplicable: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disableNotApplicable: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -2890,6 +2899,7 @@ exports[`Render property.disableNotApplicable: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disableNotApplicable: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -3007,6 +3017,7 @@ exports[`Render property.disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disabled: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -3392,6 +3403,7 @@ exports[`Render property.disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disabled: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -3509,6 +3521,7 @@ exports[`Render property.label align: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label align: right_iconMin" + rename={Object {}} required={false} role="img" > @@ -3894,6 +3907,7 @@ exports[`Render property.label align: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label align: right_iconMax" + rename={Object {}} required={false} role="img" > @@ -4011,6 +4025,7 @@ exports[`Render property.label colon: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label colon: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -4396,6 +4411,7 @@ exports[`Render property.label colon: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label colon: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -4501,6 +4517,7 @@ exports[`Render property.label disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label disabled: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -4886,6 +4903,7 @@ exports[`Render property.label disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label disabled: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -5003,6 +5021,7 @@ exports[`Render property.label extra: extra text added - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label extra: extra text added_iconMin" + rename={Object {}} required={false} role="img" > @@ -5388,6 +5407,7 @@ exports[`Render property.label extra: extra text added - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label extra: extra text added_iconMax" + rename={Object {}} required={false} role="img" > @@ -5518,6 +5538,7 @@ exports[`Render property.label inline: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label inline: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -5903,6 +5924,7 @@ exports[`Render property.label inline: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label inline: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -6020,6 +6042,7 @@ exports[`Render property.label span: 5 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label span: 5_iconMin" + rename={Object {}} required={false} role="img" > @@ -6405,6 +6428,7 @@ exports[`Render property.label span: 5 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label span: 5_iconMax" + rename={Object {}} required={false} role="img" > @@ -6522,6 +6546,7 @@ exports[`Render property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.max: 14_iconMin" + rename={Object {}} required={false} role="img" > @@ -7011,6 +7036,7 @@ exports[`Render property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.max: 14_iconMax" + rename={Object {}} required={false} role="img" > @@ -7128,6 +7154,7 @@ exports[`Render property.maxIcon: SmileTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.maxIcon: SmileTwoTone_iconMin" + rename={Object {}} required={false} role="img" > @@ -7513,6 +7540,7 @@ exports[`Render property.maxIcon: SmileTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.maxIcon: SmileTwoTone_iconMax" + rename={Object {}} required={false} role="img" > @@ -7630,6 +7658,7 @@ exports[`Render property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.min: 3_iconMin" + rename={Object {}} required={false} role="img" > @@ -7937,6 +7966,7 @@ exports[`Render property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.min: 3_iconMax" + rename={Object {}} required={false} role="img" > @@ -8054,6 +8084,7 @@ exports[`Render property.minIcon: MehTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.minIcon: MehTwoTone_iconMin" + rename={Object {}} required={false} role="img" > @@ -8439,6 +8470,7 @@ exports[`Render property.minIcon: MehTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.minIcon: MehTwoTone_iconMax" + rename={Object {}} required={false} role="img" > @@ -8556,6 +8588,7 @@ exports[`Render property.notApplicableLabel: Not Applicable - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMin" + rename={Object {}} required={false} role="img" > @@ -8941,6 +8974,7 @@ exports[`Render property.notApplicableLabel: Not Applicable - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMax" + rename={Object {}} required={false} role="img" > @@ -9058,6 +9092,7 @@ exports[`Render property.showDots: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showDots: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -9131,6 +9166,7 @@ exports[`Render property.showDots: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showDots: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -9248,6 +9284,7 @@ exports[`Render property.showMarks: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showMarks: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -9418,6 +9455,7 @@ exports[`Render property.showMarks: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showMarks: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -9535,6 +9573,7 @@ exports[`Render property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.step: 2_iconMin" + rename={Object {}} required={false} role="img" > @@ -9790,6 +9829,7 @@ exports[`Render property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.step: 2_iconMax" + rename={Object {}} required={false} role="img" > @@ -9907,6 +9947,7 @@ exports[`Render property.tooltipVisible: always - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: always_iconMin" + rename={Object {}} required={false} role="img" > @@ -10292,6 +10333,7 @@ exports[`Render property.tooltipVisible: always - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: always_iconMax" + rename={Object {}} required={false} role="img" > @@ -10409,6 +10451,7 @@ exports[`Render property.tooltipVisible: never - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: never_iconMin" + rename={Object {}} required={false} role="img" > @@ -10794,6 +10837,7 @@ exports[`Render property.tooltipVisible: never - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: never_iconMax" + rename={Object {}} required={false} role="img" > @@ -10858,6 +10902,7 @@ exports[`Render required = true default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="default_iconMin" + rename={Object {}} required={false} role="img" > @@ -11243,6 +11288,7 @@ exports[`Render required = true default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="default_iconMax" + rename={Object {}} required={false} role="img" > @@ -11307,6 +11353,7 @@ exports[`Render required = true properties.inputStyle: CSS style applied - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.inputStyle: CSS style applied_iconMin" + rename={Object {}} required={false} role="img" > @@ -11692,6 +11739,7 @@ exports[`Render required = true properties.inputStyle: CSS style applied - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.inputStyle: CSS style applied_iconMax" + rename={Object {}} required={false} role="img" > @@ -11756,6 +11804,7 @@ exports[`Render required = true properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.title_iconMin" + rename={Object {}} required={false} role="img" > @@ -12141,6 +12190,7 @@ exports[`Render required = true properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.title_iconMax" + rename={Object {}} required={false} role="img" > @@ -12205,6 +12255,7 @@ exports[`Render required = true property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.color: #_iconMin" + rename={Object {}} required={false} role="img" > @@ -12590,6 +12641,7 @@ exports[`Render required = true property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.color: #_iconMax" + rename={Object {}} required={false} role="img" > @@ -13059,6 +13111,7 @@ exports[`Render required = true property.disableNotApplicable: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disableNotApplicable: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -13444,6 +13497,7 @@ exports[`Render required = true property.disableNotApplicable: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disableNotApplicable: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -13508,6 +13562,7 @@ exports[`Render required = true property.disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disabled: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -13893,6 +13948,7 @@ exports[`Render required = true property.disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disabled: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -13957,6 +14013,7 @@ exports[`Render required = true property.label align: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label align: right_iconMin" + rename={Object {}} required={false} role="img" > @@ -14342,6 +14399,7 @@ exports[`Render required = true property.label align: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label align: right_iconMax" + rename={Object {}} required={false} role="img" > @@ -14406,6 +14464,7 @@ exports[`Render required = true property.label colon: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label colon: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -14791,6 +14850,7 @@ exports[`Render required = true property.label colon: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label colon: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -14843,6 +14903,7 @@ exports[`Render required = true property.label disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label disabled: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -15228,6 +15289,7 @@ exports[`Render required = true property.label disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label disabled: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -15292,6 +15354,7 @@ exports[`Render required = true property.label extra: extra text added - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label extra: extra text added_iconMin" + rename={Object {}} required={false} role="img" > @@ -15677,6 +15740,7 @@ exports[`Render required = true property.label extra: extra text added - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label extra: extra text added_iconMax" + rename={Object {}} required={false} role="img" > @@ -15754,6 +15818,7 @@ exports[`Render required = true property.label inline: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label inline: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -16139,6 +16204,7 @@ exports[`Render required = true property.label inline: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label inline: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -16203,6 +16269,7 @@ exports[`Render required = true property.label span: 5 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label span: 5_iconMin" + rename={Object {}} required={false} role="img" > @@ -16588,6 +16655,7 @@ exports[`Render required = true property.label span: 5 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label span: 5_iconMax" + rename={Object {}} required={false} role="img" > @@ -16652,6 +16720,7 @@ exports[`Render required = true property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.max: 14_iconMin" + rename={Object {}} required={false} role="img" > @@ -17141,6 +17210,7 @@ exports[`Render required = true property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.max: 14_iconMax" + rename={Object {}} required={false} role="img" > @@ -17205,6 +17275,7 @@ exports[`Render required = true property.maxIcon: SmileTwoTone - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.maxIcon: SmileTwoTone_iconMin" + rename={Object {}} required={false} role="img" > @@ -17590,6 +17661,7 @@ exports[`Render required = true property.maxIcon: SmileTwoTone - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.maxIcon: SmileTwoTone_iconMax" + rename={Object {}} required={false} role="img" > @@ -17654,6 +17726,7 @@ exports[`Render required = true property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.min: 3_iconMin" + rename={Object {}} required={false} role="img" > @@ -17961,6 +18034,7 @@ exports[`Render required = true property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.min: 3_iconMax" + rename={Object {}} required={false} role="img" > @@ -18025,6 +18099,7 @@ exports[`Render required = true property.minIcon: MehTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.minIcon: MehTwoTone_iconMin" + rename={Object {}} required={false} role="img" > @@ -18410,6 +18485,7 @@ exports[`Render required = true property.minIcon: MehTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.minIcon: MehTwoTone_iconMax" + rename={Object {}} required={false} role="img" > @@ -18474,6 +18550,7 @@ exports[`Render required = true property.notApplicableLabel: Not Applicable - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMin" + rename={Object {}} required={false} role="img" > @@ -18859,6 +18936,7 @@ exports[`Render required = true property.notApplicableLabel: Not Applicable - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMax" + rename={Object {}} required={false} role="img" > @@ -18923,6 +19001,7 @@ exports[`Render required = true property.showDots: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showDots: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -18996,6 +19075,7 @@ exports[`Render required = true property.showDots: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showDots: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -19060,6 +19140,7 @@ exports[`Render required = true property.showMarks: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showMarks: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -19230,6 +19311,7 @@ exports[`Render required = true property.showMarks: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showMarks: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -19294,6 +19376,7 @@ exports[`Render required = true property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.step: 2_iconMin" + rename={Object {}} required={false} role="img" > @@ -19549,6 +19632,7 @@ exports[`Render required = true property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.step: 2_iconMax" + rename={Object {}} required={false} role="img" > @@ -19613,6 +19697,7 @@ exports[`Render required = true property.tooltipVisible: always - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: always_iconMin" + rename={Object {}} required={false} role="img" > @@ -19998,6 +20083,7 @@ exports[`Render required = true property.tooltipVisible: always - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: always_iconMax" + rename={Object {}} required={false} role="img" > @@ -20062,6 +20148,7 @@ exports[`Render required = true property.tooltipVisible: never - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: never_iconMin" + rename={Object {}} required={false} role="img" > @@ -20447,6 +20534,7 @@ exports[`Render required = true property.tooltipVisible: never - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: never_iconMax" + rename={Object {}} required={false} role="img" > @@ -20564,6 +20652,7 @@ exports[`Render validation.status = error default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="default_iconMin" + rename={Object {}} required={false} role="img" > @@ -20949,6 +21038,7 @@ exports[`Render validation.status = error default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="default_iconMax" + rename={Object {}} required={false} role="img" > @@ -21095,6 +21185,7 @@ exports[`Render validation.status = error properties.inputStyle: CSS style appli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.inputStyle: CSS style applied_iconMin" + rename={Object {}} required={false} role="img" > @@ -21480,6 +21571,7 @@ exports[`Render validation.status = error properties.inputStyle: CSS style appli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.inputStyle: CSS style applied_iconMax" + rename={Object {}} required={false} role="img" > @@ -21626,6 +21718,7 @@ exports[`Render validation.status = error properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.title_iconMin" + rename={Object {}} required={false} role="img" > @@ -22011,6 +22104,7 @@ exports[`Render validation.status = error properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.title_iconMax" + rename={Object {}} required={false} role="img" > @@ -22157,6 +22251,7 @@ exports[`Render validation.status = error property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.color: #_iconMin" + rename={Object {}} required={false} role="img" > @@ -22542,6 +22637,7 @@ exports[`Render validation.status = error property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.color: #_iconMax" + rename={Object {}} required={false} role="img" > @@ -23122,6 +23218,7 @@ exports[`Render validation.status = error property.disableNotApplicable: true - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disableNotApplicable: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -23507,6 +23604,7 @@ exports[`Render validation.status = error property.disableNotApplicable: true - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disableNotApplicable: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -23653,6 +23751,7 @@ exports[`Render validation.status = error property.disabled: true - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disabled: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -24038,6 +24137,7 @@ exports[`Render validation.status = error property.disabled: true - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disabled: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -24184,6 +24284,7 @@ exports[`Render validation.status = error property.label align: right - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label align: right_iconMin" + rename={Object {}} required={false} role="img" > @@ -24569,6 +24670,7 @@ exports[`Render validation.status = error property.label align: right - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label align: right_iconMax" + rename={Object {}} required={false} role="img" > @@ -24715,6 +24817,7 @@ exports[`Render validation.status = error property.label colon: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label colon: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -25100,6 +25203,7 @@ exports[`Render validation.status = error property.label colon: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label colon: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -25234,6 +25338,7 @@ exports[`Render validation.status = error property.label disabled: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label disabled: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -25619,6 +25724,7 @@ exports[`Render validation.status = error property.label disabled: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label disabled: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -25765,6 +25871,7 @@ exports[`Render validation.status = error property.label extra: extra text added aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label extra: extra text added_iconMin" + rename={Object {}} required={false} role="img" > @@ -26150,6 +26257,7 @@ exports[`Render validation.status = error property.label extra: extra text added aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label extra: extra text added_iconMax" + rename={Object {}} required={false} role="img" > @@ -26304,6 +26412,7 @@ exports[`Render validation.status = error property.label inline: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label inline: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -26689,6 +26798,7 @@ exports[`Render validation.status = error property.label inline: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label inline: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -26835,6 +26945,7 @@ exports[`Render validation.status = error property.label span: 5 - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label span: 5_iconMin" + rename={Object {}} required={false} role="img" > @@ -27220,6 +27331,7 @@ exports[`Render validation.status = error property.label span: 5 - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label span: 5_iconMax" + rename={Object {}} required={false} role="img" > @@ -27366,6 +27478,7 @@ exports[`Render validation.status = error property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.max: 14_iconMin" + rename={Object {}} required={false} role="img" > @@ -27855,6 +27968,7 @@ exports[`Render validation.status = error property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.max: 14_iconMax" + rename={Object {}} required={false} role="img" > @@ -28001,6 +28115,7 @@ exports[`Render validation.status = error property.maxIcon: SmileTwoTone - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.maxIcon: SmileTwoTone_iconMin" + rename={Object {}} required={false} role="img" > @@ -28386,6 +28501,7 @@ exports[`Render validation.status = error property.maxIcon: SmileTwoTone - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.maxIcon: SmileTwoTone_iconMax" + rename={Object {}} required={false} role="img" > @@ -28532,6 +28648,7 @@ exports[`Render validation.status = error property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.min: 3_iconMin" + rename={Object {}} required={false} role="img" > @@ -28839,6 +28956,7 @@ exports[`Render validation.status = error property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.min: 3_iconMax" + rename={Object {}} required={false} role="img" > @@ -28985,6 +29103,7 @@ exports[`Render validation.status = error property.minIcon: MehTwoTone - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.minIcon: MehTwoTone_iconMin" + rename={Object {}} required={false} role="img" > @@ -29370,6 +29489,7 @@ exports[`Render validation.status = error property.minIcon: MehTwoTone - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.minIcon: MehTwoTone_iconMax" + rename={Object {}} required={false} role="img" > @@ -29516,6 +29636,7 @@ exports[`Render validation.status = error property.notApplicableLabel: Not Appli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMin" + rename={Object {}} required={false} role="img" > @@ -29901,6 +30022,7 @@ exports[`Render validation.status = error property.notApplicableLabel: Not Appli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMax" + rename={Object {}} required={false} role="img" > @@ -30047,6 +30169,7 @@ exports[`Render validation.status = error property.showDots: false - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showDots: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -30120,6 +30243,7 @@ exports[`Render validation.status = error property.showDots: false - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showDots: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -30266,6 +30390,7 @@ exports[`Render validation.status = error property.showMarks: false - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showMarks: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -30436,6 +30561,7 @@ exports[`Render validation.status = error property.showMarks: false - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showMarks: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -30582,6 +30708,7 @@ exports[`Render validation.status = error property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.step: 2_iconMin" + rename={Object {}} required={false} role="img" > @@ -30837,6 +30964,7 @@ exports[`Render validation.status = error property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.step: 2_iconMax" + rename={Object {}} required={false} role="img" > @@ -30983,6 +31111,7 @@ exports[`Render validation.status = error property.tooltipVisible: always - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: always_iconMin" + rename={Object {}} required={false} role="img" > @@ -31368,6 +31497,7 @@ exports[`Render validation.status = error property.tooltipVisible: always - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: always_iconMax" + rename={Object {}} required={false} role="img" > @@ -31514,6 +31644,7 @@ exports[`Render validation.status = error property.tooltipVisible: never - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: never_iconMin" + rename={Object {}} required={false} role="img" > @@ -31899,6 +32030,7 @@ exports[`Render validation.status = error property.tooltipVisible: never - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: never_iconMax" + rename={Object {}} required={false} role="img" > @@ -32045,6 +32177,7 @@ exports[`Render validation.status = null default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="default_iconMin" + rename={Object {}} required={false} role="img" > @@ -32430,6 +32563,7 @@ exports[`Render validation.status = null default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="default_iconMax" + rename={Object {}} required={false} role="img" > @@ -32547,6 +32681,7 @@ exports[`Render validation.status = null properties.inputStyle: CSS style applie aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.inputStyle: CSS style applied_iconMin" + rename={Object {}} required={false} role="img" > @@ -32932,6 +33067,7 @@ exports[`Render validation.status = null properties.inputStyle: CSS style applie aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.inputStyle: CSS style applied_iconMax" + rename={Object {}} required={false} role="img" > @@ -33049,6 +33185,7 @@ exports[`Render validation.status = null properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.title_iconMin" + rename={Object {}} required={false} role="img" > @@ -33434,6 +33571,7 @@ exports[`Render validation.status = null properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.title_iconMax" + rename={Object {}} required={false} role="img" > @@ -33551,6 +33689,7 @@ exports[`Render validation.status = null property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.color: #_iconMin" + rename={Object {}} required={false} role="img" > @@ -33936,6 +34075,7 @@ exports[`Render validation.status = null property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.color: #_iconMax" + rename={Object {}} required={false} role="img" > @@ -34458,6 +34598,7 @@ exports[`Render validation.status = null property.disableNotApplicable: true - v aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disableNotApplicable: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -34843,6 +34984,7 @@ exports[`Render validation.status = null property.disableNotApplicable: true - v aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disableNotApplicable: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -34960,6 +35102,7 @@ exports[`Render validation.status = null property.disabled: true - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disabled: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -35345,6 +35488,7 @@ exports[`Render validation.status = null property.disabled: true - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disabled: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -35462,6 +35606,7 @@ exports[`Render validation.status = null property.label align: right - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label align: right_iconMin" + rename={Object {}} required={false} role="img" > @@ -35847,6 +35992,7 @@ exports[`Render validation.status = null property.label align: right - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label align: right_iconMax" + rename={Object {}} required={false} role="img" > @@ -35964,6 +36110,7 @@ exports[`Render validation.status = null property.label colon: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label colon: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -36349,6 +36496,7 @@ exports[`Render validation.status = null property.label colon: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label colon: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -36454,6 +36602,7 @@ exports[`Render validation.status = null property.label disabled: true - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label disabled: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -36839,6 +36988,7 @@ exports[`Render validation.status = null property.label disabled: true - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label disabled: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -36956,6 +37106,7 @@ exports[`Render validation.status = null property.label extra: extra text added aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label extra: extra text added_iconMin" + rename={Object {}} required={false} role="img" > @@ -37341,6 +37492,7 @@ exports[`Render validation.status = null property.label extra: extra text added aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label extra: extra text added_iconMax" + rename={Object {}} required={false} role="img" > @@ -37471,6 +37623,7 @@ exports[`Render validation.status = null property.label inline: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label inline: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -37856,6 +38009,7 @@ exports[`Render validation.status = null property.label inline: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label inline: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -37973,6 +38127,7 @@ exports[`Render validation.status = null property.label span: 5 - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label span: 5_iconMin" + rename={Object {}} required={false} role="img" > @@ -38358,6 +38513,7 @@ exports[`Render validation.status = null property.label span: 5 - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label span: 5_iconMax" + rename={Object {}} required={false} role="img" > @@ -38475,6 +38631,7 @@ exports[`Render validation.status = null property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.max: 14_iconMin" + rename={Object {}} required={false} role="img" > @@ -38964,6 +39121,7 @@ exports[`Render validation.status = null property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.max: 14_iconMax" + rename={Object {}} required={false} role="img" > @@ -39081,6 +39239,7 @@ exports[`Render validation.status = null property.maxIcon: SmileTwoTone - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.maxIcon: SmileTwoTone_iconMin" + rename={Object {}} required={false} role="img" > @@ -39466,6 +39625,7 @@ exports[`Render validation.status = null property.maxIcon: SmileTwoTone - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.maxIcon: SmileTwoTone_iconMax" + rename={Object {}} required={false} role="img" > @@ -39583,6 +39743,7 @@ exports[`Render validation.status = null property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.min: 3_iconMin" + rename={Object {}} required={false} role="img" > @@ -39890,6 +40051,7 @@ exports[`Render validation.status = null property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.min: 3_iconMax" + rename={Object {}} required={false} role="img" > @@ -40007,6 +40169,7 @@ exports[`Render validation.status = null property.minIcon: MehTwoTone - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.minIcon: MehTwoTone_iconMin" + rename={Object {}} required={false} role="img" > @@ -40392,6 +40555,7 @@ exports[`Render validation.status = null property.minIcon: MehTwoTone - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.minIcon: MehTwoTone_iconMax" + rename={Object {}} required={false} role="img" > @@ -40509,6 +40673,7 @@ exports[`Render validation.status = null property.notApplicableLabel: Not Applic aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMin" + rename={Object {}} required={false} role="img" > @@ -40894,6 +41059,7 @@ exports[`Render validation.status = null property.notApplicableLabel: Not Applic aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMax" + rename={Object {}} required={false} role="img" > @@ -41011,6 +41177,7 @@ exports[`Render validation.status = null property.showDots: false - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showDots: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -41084,6 +41251,7 @@ exports[`Render validation.status = null property.showDots: false - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showDots: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -41201,6 +41369,7 @@ exports[`Render validation.status = null property.showMarks: false - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showMarks: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -41371,6 +41540,7 @@ exports[`Render validation.status = null property.showMarks: false - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showMarks: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -41488,6 +41658,7 @@ exports[`Render validation.status = null property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.step: 2_iconMin" + rename={Object {}} required={false} role="img" > @@ -41743,6 +41914,7 @@ exports[`Render validation.status = null property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.step: 2_iconMax" + rename={Object {}} required={false} role="img" > @@ -41860,6 +42032,7 @@ exports[`Render validation.status = null property.tooltipVisible: always - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: always_iconMin" + rename={Object {}} required={false} role="img" > @@ -42245,6 +42418,7 @@ exports[`Render validation.status = null property.tooltipVisible: always - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: always_iconMax" + rename={Object {}} required={false} role="img" > @@ -42362,6 +42536,7 @@ exports[`Render validation.status = null property.tooltipVisible: never - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: never_iconMin" + rename={Object {}} required={false} role="img" > @@ -42747,6 +42922,7 @@ exports[`Render validation.status = null property.tooltipVisible: never - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: never_iconMax" + rename={Object {}} required={false} role="img" > @@ -42864,6 +43040,7 @@ exports[`Render validation.status = success default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="default_iconMin" + rename={Object {}} required={false} role="img" > @@ -43249,6 +43426,7 @@ exports[`Render validation.status = success default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="default_iconMax" + rename={Object {}} required={false} role="img" > @@ -43390,6 +43568,7 @@ exports[`Render validation.status = success properties.inputStyle: CSS style app aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.inputStyle: CSS style applied_iconMin" + rename={Object {}} required={false} role="img" > @@ -43775,6 +43954,7 @@ exports[`Render validation.status = success properties.inputStyle: CSS style app aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.inputStyle: CSS style applied_iconMax" + rename={Object {}} required={false} role="img" > @@ -43916,6 +44096,7 @@ exports[`Render validation.status = success properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.title_iconMin" + rename={Object {}} required={false} role="img" > @@ -44301,6 +44482,7 @@ exports[`Render validation.status = success properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.title_iconMax" + rename={Object {}} required={false} role="img" > @@ -44442,6 +44624,7 @@ exports[`Render validation.status = success property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.color: #_iconMin" + rename={Object {}} required={false} role="img" > @@ -44827,6 +45010,7 @@ exports[`Render validation.status = success property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.color: #_iconMax" + rename={Object {}} required={false} role="img" > @@ -45397,6 +45581,7 @@ exports[`Render validation.status = success property.disableNotApplicable: true aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disableNotApplicable: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -45782,6 +45967,7 @@ exports[`Render validation.status = success property.disableNotApplicable: true aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disableNotApplicable: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -45923,6 +46109,7 @@ exports[`Render validation.status = success property.disabled: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disabled: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -46308,6 +46495,7 @@ exports[`Render validation.status = success property.disabled: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disabled: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -46449,6 +46637,7 @@ exports[`Render validation.status = success property.label align: right - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label align: right_iconMin" + rename={Object {}} required={false} role="img" > @@ -46834,6 +47023,7 @@ exports[`Render validation.status = success property.label align: right - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label align: right_iconMax" + rename={Object {}} required={false} role="img" > @@ -46975,6 +47165,7 @@ exports[`Render validation.status = success property.label colon: false - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label colon: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -47360,6 +47551,7 @@ exports[`Render validation.status = success property.label colon: false - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label colon: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -47489,6 +47681,7 @@ exports[`Render validation.status = success property.label disabled: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label disabled: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -47874,6 +48067,7 @@ exports[`Render validation.status = success property.label disabled: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label disabled: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -48015,6 +48209,7 @@ exports[`Render validation.status = success property.label extra: extra text add aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label extra: extra text added_iconMin" + rename={Object {}} required={false} role="img" > @@ -48400,6 +48595,7 @@ exports[`Render validation.status = success property.label extra: extra text add aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label extra: extra text added_iconMax" + rename={Object {}} required={false} role="img" > @@ -48554,6 +48750,7 @@ exports[`Render validation.status = success property.label inline: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label inline: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -48939,6 +49136,7 @@ exports[`Render validation.status = success property.label inline: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label inline: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -49080,6 +49278,7 @@ exports[`Render validation.status = success property.label span: 5 - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label span: 5_iconMin" + rename={Object {}} required={false} role="img" > @@ -49465,6 +49664,7 @@ exports[`Render validation.status = success property.label span: 5 - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label span: 5_iconMax" + rename={Object {}} required={false} role="img" > @@ -49606,6 +49806,7 @@ exports[`Render validation.status = success property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.max: 14_iconMin" + rename={Object {}} required={false} role="img" > @@ -50095,6 +50296,7 @@ exports[`Render validation.status = success property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.max: 14_iconMax" + rename={Object {}} required={false} role="img" > @@ -50236,6 +50438,7 @@ exports[`Render validation.status = success property.maxIcon: SmileTwoTone - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.maxIcon: SmileTwoTone_iconMin" + rename={Object {}} required={false} role="img" > @@ -50621,6 +50824,7 @@ exports[`Render validation.status = success property.maxIcon: SmileTwoTone - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.maxIcon: SmileTwoTone_iconMax" + rename={Object {}} required={false} role="img" > @@ -50762,6 +50966,7 @@ exports[`Render validation.status = success property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.min: 3_iconMin" + rename={Object {}} required={false} role="img" > @@ -51069,6 +51274,7 @@ exports[`Render validation.status = success property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.min: 3_iconMax" + rename={Object {}} required={false} role="img" > @@ -51210,6 +51416,7 @@ exports[`Render validation.status = success property.minIcon: MehTwoTone - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.minIcon: MehTwoTone_iconMin" + rename={Object {}} required={false} role="img" > @@ -51595,6 +51802,7 @@ exports[`Render validation.status = success property.minIcon: MehTwoTone - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.minIcon: MehTwoTone_iconMax" + rename={Object {}} required={false} role="img" > @@ -51736,6 +51944,7 @@ exports[`Render validation.status = success property.notApplicableLabel: Not App aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMin" + rename={Object {}} required={false} role="img" > @@ -52121,6 +52330,7 @@ exports[`Render validation.status = success property.notApplicableLabel: Not App aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMax" + rename={Object {}} required={false} role="img" > @@ -52262,6 +52472,7 @@ exports[`Render validation.status = success property.showDots: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showDots: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -52335,6 +52546,7 @@ exports[`Render validation.status = success property.showDots: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showDots: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -52476,6 +52688,7 @@ exports[`Render validation.status = success property.showMarks: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showMarks: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -52646,6 +52859,7 @@ exports[`Render validation.status = success property.showMarks: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showMarks: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -52787,6 +53001,7 @@ exports[`Render validation.status = success property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.step: 2_iconMin" + rename={Object {}} required={false} role="img" > @@ -53042,6 +53257,7 @@ exports[`Render validation.status = success property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.step: 2_iconMax" + rename={Object {}} required={false} role="img" > @@ -53183,6 +53399,7 @@ exports[`Render validation.status = success property.tooltipVisible: always - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: always_iconMin" + rename={Object {}} required={false} role="img" > @@ -53568,6 +53785,7 @@ exports[`Render validation.status = success property.tooltipVisible: always - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: always_iconMax" + rename={Object {}} required={false} role="img" > @@ -53709,6 +53927,7 @@ exports[`Render validation.status = success property.tooltipVisible: never - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: never_iconMin" + rename={Object {}} required={false} role="img" > @@ -54094,6 +54313,7 @@ exports[`Render validation.status = success property.tooltipVisible: never - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: never_iconMax" + rename={Object {}} required={false} role="img" > @@ -54235,6 +54455,7 @@ exports[`Render validation.status = warning default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="default_iconMin" + rename={Object {}} required={false} role="img" > @@ -54620,6 +54841,7 @@ exports[`Render validation.status = warning default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="default_iconMax" + rename={Object {}} required={false} role="img" > @@ -54766,6 +54988,7 @@ exports[`Render validation.status = warning properties.inputStyle: CSS style app aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.inputStyle: CSS style applied_iconMin" + rename={Object {}} required={false} role="img" > @@ -55151,6 +55374,7 @@ exports[`Render validation.status = warning properties.inputStyle: CSS style app aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.inputStyle: CSS style applied_iconMax" + rename={Object {}} required={false} role="img" > @@ -55297,6 +55521,7 @@ exports[`Render validation.status = warning properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.title_iconMin" + rename={Object {}} required={false} role="img" > @@ -55682,6 +55907,7 @@ exports[`Render validation.status = warning properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.title_iconMax" + rename={Object {}} required={false} role="img" > @@ -55828,6 +56054,7 @@ exports[`Render validation.status = warning property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.color: #_iconMin" + rename={Object {}} required={false} role="img" > @@ -56213,6 +56440,7 @@ exports[`Render validation.status = warning property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.color: #_iconMax" + rename={Object {}} required={false} role="img" > @@ -56793,6 +57021,7 @@ exports[`Render validation.status = warning property.disableNotApplicable: true aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disableNotApplicable: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -57178,6 +57407,7 @@ exports[`Render validation.status = warning property.disableNotApplicable: true aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disableNotApplicable: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -57324,6 +57554,7 @@ exports[`Render validation.status = warning property.disabled: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disabled: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -57709,6 +57940,7 @@ exports[`Render validation.status = warning property.disabled: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disabled: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -57855,6 +58087,7 @@ exports[`Render validation.status = warning property.label align: right - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label align: right_iconMin" + rename={Object {}} required={false} role="img" > @@ -58240,6 +58473,7 @@ exports[`Render validation.status = warning property.label align: right - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label align: right_iconMax" + rename={Object {}} required={false} role="img" > @@ -58386,6 +58620,7 @@ exports[`Render validation.status = warning property.label colon: false - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label colon: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -58771,6 +59006,7 @@ exports[`Render validation.status = warning property.label colon: false - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label colon: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -58905,6 +59141,7 @@ exports[`Render validation.status = warning property.label disabled: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label disabled: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -59290,6 +59527,7 @@ exports[`Render validation.status = warning property.label disabled: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label disabled: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -59436,6 +59674,7 @@ exports[`Render validation.status = warning property.label extra: extra text add aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label extra: extra text added_iconMin" + rename={Object {}} required={false} role="img" > @@ -59821,6 +60060,7 @@ exports[`Render validation.status = warning property.label extra: extra text add aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label extra: extra text added_iconMax" + rename={Object {}} required={false} role="img" > @@ -59975,6 +60215,7 @@ exports[`Render validation.status = warning property.label inline: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label inline: true_iconMin" + rename={Object {}} required={false} role="img" > @@ -60360,6 +60601,7 @@ exports[`Render validation.status = warning property.label inline: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label inline: true_iconMax" + rename={Object {}} required={false} role="img" > @@ -60506,6 +60748,7 @@ exports[`Render validation.status = warning property.label span: 5 - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label span: 5_iconMin" + rename={Object {}} required={false} role="img" > @@ -60891,6 +61134,7 @@ exports[`Render validation.status = warning property.label span: 5 - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label span: 5_iconMax" + rename={Object {}} required={false} role="img" > @@ -61037,6 +61281,7 @@ exports[`Render validation.status = warning property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.max: 14_iconMin" + rename={Object {}} required={false} role="img" > @@ -61526,6 +61771,7 @@ exports[`Render validation.status = warning property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.max: 14_iconMax" + rename={Object {}} required={false} role="img" > @@ -61672,6 +61918,7 @@ exports[`Render validation.status = warning property.maxIcon: SmileTwoTone - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.maxIcon: SmileTwoTone_iconMin" + rename={Object {}} required={false} role="img" > @@ -62057,6 +62304,7 @@ exports[`Render validation.status = warning property.maxIcon: SmileTwoTone - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.maxIcon: SmileTwoTone_iconMax" + rename={Object {}} required={false} role="img" > @@ -62203,6 +62451,7 @@ exports[`Render validation.status = warning property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.min: 3_iconMin" + rename={Object {}} required={false} role="img" > @@ -62510,6 +62759,7 @@ exports[`Render validation.status = warning property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.min: 3_iconMax" + rename={Object {}} required={false} role="img" > @@ -62656,6 +62906,7 @@ exports[`Render validation.status = warning property.minIcon: MehTwoTone - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.minIcon: MehTwoTone_iconMin" + rename={Object {}} required={false} role="img" > @@ -63041,6 +63292,7 @@ exports[`Render validation.status = warning property.minIcon: MehTwoTone - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.minIcon: MehTwoTone_iconMax" + rename={Object {}} required={false} role="img" > @@ -63187,6 +63439,7 @@ exports[`Render validation.status = warning property.notApplicableLabel: Not App aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMin" + rename={Object {}} required={false} role="img" > @@ -63572,6 +63825,7 @@ exports[`Render validation.status = warning property.notApplicableLabel: Not App aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMax" + rename={Object {}} required={false} role="img" > @@ -63718,6 +63972,7 @@ exports[`Render validation.status = warning property.showDots: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showDots: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -63791,6 +64046,7 @@ exports[`Render validation.status = warning property.showDots: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showDots: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -63937,6 +64193,7 @@ exports[`Render validation.status = warning property.showMarks: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showMarks: false_iconMin" + rename={Object {}} required={false} role="img" > @@ -64107,6 +64364,7 @@ exports[`Render validation.status = warning property.showMarks: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showMarks: false_iconMax" + rename={Object {}} required={false} role="img" > @@ -64253,6 +64511,7 @@ exports[`Render validation.status = warning property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.step: 2_iconMin" + rename={Object {}} required={false} role="img" > @@ -64508,6 +64767,7 @@ exports[`Render validation.status = warning property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.step: 2_iconMax" + rename={Object {}} required={false} role="img" > @@ -64654,6 +64914,7 @@ exports[`Render validation.status = warning property.tooltipVisible: always - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: always_iconMin" + rename={Object {}} required={false} role="img" > @@ -65039,6 +65300,7 @@ exports[`Render validation.status = warning property.tooltipVisible: always - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: always_iconMax" + rename={Object {}} required={false} role="img" > @@ -65185,6 +65447,7 @@ exports[`Render validation.status = warning property.tooltipVisible: never - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: never_iconMin" + rename={Object {}} required={false} role="img" > @@ -65570,6 +65833,7 @@ exports[`Render validation.status = warning property.tooltipVisible: never - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: never_iconMax" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Selector.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Selector.test.js.snap index 390b75390..a438b846f 100644 --- a/packages/blocksAntd/tests/__snapshots__/Selector.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Selector.test.js.snap @@ -2890,6 +2890,7 @@ exports[`Render properties.suffixIcon: DoubleLeftOutlined - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: DoubleLeftOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -5935,6 +5936,7 @@ exports[`Render required = true properties.suffixIcon: DoubleLeftOutlined - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: DoubleLeftOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -9613,6 +9615,7 @@ exports[`Render validation.status = error properties.suffixIcon: DoubleLeftOutli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: DoubleLeftOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -12716,6 +12719,7 @@ exports[`Render validation.status = null properties.suffixIcon: DoubleLeftOutlin aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: DoubleLeftOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -16289,6 +16293,7 @@ exports[`Render validation.status = success properties.suffixIcon: DoubleLeftOut aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: DoubleLeftOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -20015,6 +20020,7 @@ exports[`Render validation.status = warning properties.suffixIcon: DoubleLeftOut aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: DoubleLeftOutlined_suffixIcon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Statistic.mock.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Statistic.mock.test.js.snap index 9a150040f..e504ee4b6 100644 --- a/packages/blocksAntd/tests/__snapshots__/Statistic.mock.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Statistic.mock.test.js.snap @@ -130,6 +130,7 @@ Array [ } } properties="AccountBookFilled" + rename={Object {}} required={false} user={Object {}} validation={ @@ -197,6 +198,7 @@ Array [ } } properties="AccountBookFilled" + rename={Object {}} required={false} user={Object {}} validation={ diff --git a/packages/blocksAntd/tests/__snapshots__/Statistic.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Statistic.test.js.snap index 98fe1bd70..a8e1ac66f 100644 --- a/packages/blocksAntd/tests/__snapshots__/Statistic.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Statistic.test.js.snap @@ -154,6 +154,7 @@ exports[`Render properties.prefixIcon: AccountBookFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -255,6 +256,7 @@ exports[`Render properties.suffixIcon: AccountBookFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AccountBookFilled_suffixIcon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Switch.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Switch.test.js.snap index b2d943dbc..ae02446b7 100644 --- a/packages/blocksAntd/tests/__snapshots__/Switch.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Switch.test.js.snap @@ -51,6 +51,7 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -129,6 +130,7 @@ exports[`Render properties.autoFocus: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.autoFocus: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -206,6 +208,7 @@ exports[`Render properties.checkedIcon: CheckCircleOutlined - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedIcon: CheckCircleOutlined_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -283,6 +286,7 @@ exports[`Render properties.checkedText: Checked - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedText: Checked_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -360,6 +364,7 @@ exports[`Render properties.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.color: #_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -438,6 +443,7 @@ exports[`Render properties.disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disabled: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -515,6 +521,7 @@ exports[`Render properties.inputStyle: CSS style applied - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.inputStyle: CSS style applied_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -592,6 +599,7 @@ exports[`Render properties.label align: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label align: right_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -669,6 +677,7 @@ exports[`Render properties.label colon: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label colon: false_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -734,6 +743,7 @@ exports[`Render properties.label disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label disabled: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -811,6 +821,7 @@ exports[`Render properties.label extra: showing extra - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label extra: showing extra_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -901,6 +912,7 @@ exports[`Render properties.label inline: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label inline: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -978,6 +990,7 @@ exports[`Render properties.label span: 4 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label span: 4_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -1055,6 +1068,7 @@ exports[`Render properties.size: small - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.size: small_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -1132,6 +1146,7 @@ exports[`Render properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -1209,6 +1224,7 @@ exports[`Render properties.uncheckedIcon: UnlockFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.uncheckedIcon: UnlockFilled_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -1344,6 +1360,7 @@ exports[`Render required = true default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -1422,6 +1439,7 @@ exports[`Render required = true properties.autoFocus: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.autoFocus: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -1499,6 +1517,7 @@ exports[`Render required = true properties.checkedIcon: CheckCircleOutlined - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedIcon: CheckCircleOutlined_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -1576,6 +1595,7 @@ exports[`Render required = true properties.checkedText: Checked - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedText: Checked_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -1653,6 +1673,7 @@ exports[`Render required = true properties.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.color: #_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -1731,6 +1752,7 @@ exports[`Render required = true properties.disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disabled: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -1808,6 +1830,7 @@ exports[`Render required = true properties.inputStyle: CSS style applied - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.inputStyle: CSS style applied_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -1885,6 +1908,7 @@ exports[`Render required = true properties.label align: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label align: right_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -1962,6 +1986,7 @@ exports[`Render required = true properties.label colon: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label colon: false_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -2027,6 +2052,7 @@ exports[`Render required = true properties.label disabled: true - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label disabled: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -2104,6 +2130,7 @@ exports[`Render required = true properties.label extra: showing extra - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label extra: showing extra_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -2194,6 +2221,7 @@ exports[`Render required = true properties.label inline: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label inline: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -2271,6 +2299,7 @@ exports[`Render required = true properties.label span: 4 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label span: 4_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -2348,6 +2377,7 @@ exports[`Render required = true properties.size: small - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.size: small_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -2425,6 +2455,7 @@ exports[`Render required = true properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -2502,6 +2533,7 @@ exports[`Render required = true properties.uncheckedIcon: UnlockFilled - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.uncheckedIcon: UnlockFilled_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -2637,6 +2669,7 @@ exports[`Render validation.status = error default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -2744,6 +2777,7 @@ exports[`Render validation.status = error properties.autoFocus: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.autoFocus: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -2850,6 +2884,7 @@ exports[`Render validation.status = error properties.checkedIcon: CheckCircleOut aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedIcon: CheckCircleOutlined_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -2956,6 +2991,7 @@ exports[`Render validation.status = error properties.checkedText: Checked - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedText: Checked_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -3062,6 +3098,7 @@ exports[`Render validation.status = error properties.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.color: #_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -3169,6 +3206,7 @@ exports[`Render validation.status = error properties.disabled: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disabled: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -3275,6 +3313,7 @@ exports[`Render validation.status = error properties.inputStyle: CSS style appli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.inputStyle: CSS style applied_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -3381,6 +3420,7 @@ exports[`Render validation.status = error properties.label align: right - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label align: right_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -3487,6 +3527,7 @@ exports[`Render validation.status = error properties.label colon: false - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label colon: false_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -3581,6 +3622,7 @@ exports[`Render validation.status = error properties.label disabled: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label disabled: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -3687,6 +3729,7 @@ exports[`Render validation.status = error properties.label extra: showing extra aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label extra: showing extra_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -3801,6 +3844,7 @@ exports[`Render validation.status = error properties.label inline: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label inline: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -3907,6 +3951,7 @@ exports[`Render validation.status = error properties.label span: 4 - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label span: 4_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -4013,6 +4058,7 @@ exports[`Render validation.status = error properties.size: small - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.size: small_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -4119,6 +4165,7 @@ exports[`Render validation.status = error properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -4225,6 +4272,7 @@ exports[`Render validation.status = error properties.uncheckedIcon: UnlockFilled aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.uncheckedIcon: UnlockFilled_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -4418,6 +4466,7 @@ exports[`Render validation.status = null default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -4496,6 +4545,7 @@ exports[`Render validation.status = null properties.autoFocus: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.autoFocus: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -4573,6 +4623,7 @@ exports[`Render validation.status = null properties.checkedIcon: CheckCircleOutl aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedIcon: CheckCircleOutlined_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -4650,6 +4701,7 @@ exports[`Render validation.status = null properties.checkedText: Checked - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedText: Checked_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -4727,6 +4779,7 @@ exports[`Render validation.status = null properties.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.color: #_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -4805,6 +4858,7 @@ exports[`Render validation.status = null properties.disabled: true - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disabled: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -4882,6 +4936,7 @@ exports[`Render validation.status = null properties.inputStyle: CSS style applie aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.inputStyle: CSS style applied_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -4959,6 +5014,7 @@ exports[`Render validation.status = null properties.label align: right - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label align: right_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -5036,6 +5092,7 @@ exports[`Render validation.status = null properties.label colon: false - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label colon: false_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -5101,6 +5158,7 @@ exports[`Render validation.status = null properties.label disabled: true - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label disabled: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -5178,6 +5236,7 @@ exports[`Render validation.status = null properties.label extra: showing extra - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label extra: showing extra_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -5268,6 +5327,7 @@ exports[`Render validation.status = null properties.label inline: true - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label inline: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -5345,6 +5405,7 @@ exports[`Render validation.status = null properties.label span: 4 - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label span: 4_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -5422,6 +5483,7 @@ exports[`Render validation.status = null properties.size: small - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.size: small_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -5499,6 +5561,7 @@ exports[`Render validation.status = null properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -5576,6 +5639,7 @@ exports[`Render validation.status = null properties.uncheckedIcon: UnlockFilled aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.uncheckedIcon: UnlockFilled_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -5711,6 +5775,7 @@ exports[`Render validation.status = success default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -5813,6 +5878,7 @@ exports[`Render validation.status = success properties.autoFocus: true - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.autoFocus: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -5914,6 +5980,7 @@ exports[`Render validation.status = success properties.checkedIcon: CheckCircleO aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedIcon: CheckCircleOutlined_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -6015,6 +6082,7 @@ exports[`Render validation.status = success properties.checkedText: Checked - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedText: Checked_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -6116,6 +6184,7 @@ exports[`Render validation.status = success properties.color: # - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.color: #_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -6218,6 +6287,7 @@ exports[`Render validation.status = success properties.disabled: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disabled: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -6319,6 +6389,7 @@ exports[`Render validation.status = success properties.inputStyle: CSS style app aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.inputStyle: CSS style applied_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -6420,6 +6491,7 @@ exports[`Render validation.status = success properties.label align: right - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label align: right_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -6521,6 +6593,7 @@ exports[`Render validation.status = success properties.label colon: false - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label colon: false_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -6610,6 +6683,7 @@ exports[`Render validation.status = success properties.label disabled: true - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label disabled: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -6711,6 +6785,7 @@ exports[`Render validation.status = success properties.label extra: showing extr aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label extra: showing extra_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -6825,6 +6900,7 @@ exports[`Render validation.status = success properties.label inline: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label inline: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -6926,6 +7002,7 @@ exports[`Render validation.status = success properties.label span: 4 - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label span: 4_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -7027,6 +7104,7 @@ exports[`Render validation.status = success properties.size: small - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.size: small_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -7128,6 +7206,7 @@ exports[`Render validation.status = success properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -7229,6 +7308,7 @@ exports[`Render validation.status = success properties.uncheckedIcon: UnlockFill aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.uncheckedIcon: UnlockFilled_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -7412,6 +7492,7 @@ exports[`Render validation.status = warning default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -7519,6 +7600,7 @@ exports[`Render validation.status = warning properties.autoFocus: true - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.autoFocus: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -7625,6 +7707,7 @@ exports[`Render validation.status = warning properties.checkedIcon: CheckCircleO aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedIcon: CheckCircleOutlined_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -7731,6 +7814,7 @@ exports[`Render validation.status = warning properties.checkedText: Checked - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedText: Checked_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -7837,6 +7921,7 @@ exports[`Render validation.status = warning properties.color: # - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.color: #_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -7944,6 +8029,7 @@ exports[`Render validation.status = warning properties.disabled: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disabled: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -8050,6 +8136,7 @@ exports[`Render validation.status = warning properties.inputStyle: CSS style app aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.inputStyle: CSS style applied_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -8156,6 +8243,7 @@ exports[`Render validation.status = warning properties.label align: right - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label align: right_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -8262,6 +8350,7 @@ exports[`Render validation.status = warning properties.label colon: false - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label colon: false_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -8356,6 +8445,7 @@ exports[`Render validation.status = warning properties.label disabled: true - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label disabled: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -8462,6 +8552,7 @@ exports[`Render validation.status = warning properties.label extra: showing extr aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label extra: showing extra_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -8576,6 +8667,7 @@ exports[`Render validation.status = warning properties.label inline: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label inline: true_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -8682,6 +8774,7 @@ exports[`Render validation.status = warning properties.label span: 4 - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label span: 4_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -8788,6 +8881,7 @@ exports[`Render validation.status = warning properties.size: small - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.size: small_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -8894,6 +8988,7 @@ exports[`Render validation.status = warning properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_uncheckedIcon" + rename={Object {}} required={false} role="img" > @@ -9000,6 +9095,7 @@ exports[`Render validation.status = warning properties.uncheckedIcon: UnlockFill aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.uncheckedIcon: UnlockFilled_uncheckedIcon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/TextInput.test.js.snap b/packages/blocksAntd/tests/__snapshots__/TextInput.test.js.snap index b536f28c0..5a2dabfa8 100644 --- a/packages/blocksAntd/tests/__snapshots__/TextInput.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/TextInput.test.js.snap @@ -980,6 +980,7 @@ exports[`Render properties.prefixIcon.size: 24 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.prefixIcon.size: 24_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -1086,6 +1087,7 @@ exports[`Render properties.prefixIcon: AccountBookFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -1466,6 +1468,7 @@ exports[`Render properties.suffixIcon.size 24 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.suffixIcon.size 24_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -1568,6 +1571,7 @@ exports[`Render properties.suffixIcon: AlertFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AlertFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -2654,6 +2658,7 @@ exports[`Render required = true properties.prefixIcon.size: 24 - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.prefixIcon.size: 24_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -2760,6 +2765,7 @@ exports[`Render required = true properties.prefixIcon: AccountBookFilled - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -3140,6 +3146,7 @@ exports[`Render required = true properties.suffixIcon.size 24 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.suffixIcon.size 24_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -3242,6 +3249,7 @@ exports[`Render required = true properties.suffixIcon: AlertFilled - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AlertFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -4671,6 +4679,7 @@ exports[`Render validation.status = error properties.prefixIcon.size: 24 - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.prefixIcon.size: 24_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -4806,6 +4815,7 @@ exports[`Render validation.status = error properties.prefixIcon: AccountBookFill aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -5302,6 +5312,7 @@ exports[`Render validation.status = error properties.suffixIcon.size 24 - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.suffixIcon.size 24_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -5433,6 +5444,7 @@ exports[`Render validation.status = error properties.suffixIcon: AlertFilled - v aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AlertFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -6577,6 +6589,7 @@ exports[`Render validation.status = null properties.prefixIcon.size: 24 - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.prefixIcon.size: 24_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -6683,6 +6696,7 @@ exports[`Render validation.status = null properties.prefixIcon: AccountBookFille aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -7063,6 +7077,7 @@ exports[`Render validation.status = null properties.suffixIcon.size 24 - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.suffixIcon.size 24_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -7165,6 +7180,7 @@ exports[`Render validation.status = null properties.suffixIcon: AlertFilled - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AlertFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -8539,6 +8555,7 @@ exports[`Render validation.status = success properties.prefixIcon.size: 24 - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.prefixIcon.size: 24_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -8669,6 +8686,7 @@ exports[`Render validation.status = success properties.prefixIcon: AccountBookFi aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -9145,6 +9163,7 @@ exports[`Render validation.status = success properties.suffixIcon.size 24 - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.suffixIcon.size 24_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -9271,6 +9290,7 @@ exports[`Render validation.status = success properties.suffixIcon: AlertFilled - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AlertFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -10748,6 +10768,7 @@ exports[`Render validation.status = warning properties.prefixIcon.size: 24 - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.prefixIcon.size: 24_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -10883,6 +10904,7 @@ exports[`Render validation.status = warning properties.prefixIcon: AccountBookFi aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" + rename={Object {}} required={false} role="img" > @@ -11379,6 +11401,7 @@ exports[`Render validation.status = warning properties.suffixIcon.size 24 - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.suffixIcon.size 24_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -11510,6 +11533,7 @@ exports[`Render validation.status = warning properties.suffixIcon: AlertFilled - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AlertFilled_suffixIcon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Title.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Title.test.js.snap index f294e0065..76b86ab85 100644 --- a/packages/blocksAntd/tests/__snapshots__/Title.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Title.test.js.snap @@ -79,6 +79,7 @@ exports[`Render properties.copyable: icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -136,6 +137,7 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -158,6 +160,7 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/TitleInput.test.js.snap b/packages/blocksAntd/tests/__snapshots__/TitleInput.test.js.snap index 26de8acc1..96ea5ec75 100644 --- a/packages/blocksAntd/tests/__snapshots__/TitleInput.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/TitleInput.test.js.snap @@ -243,6 +243,7 @@ exports[`Render properties.copyable: icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -341,6 +342,7 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -363,6 +365,7 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > @@ -2023,6 +2026,7 @@ exports[`Render required = true properties.copyable: icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -2121,6 +2125,7 @@ exports[`Render required = true properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -2143,6 +2148,7 @@ exports[`Render required = true properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > @@ -3803,6 +3809,7 @@ exports[`Render validation.status = error properties.copyable: icon - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -3901,6 +3908,7 @@ exports[`Render validation.status = error properties.copyable: icon: [] - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -3923,6 +3931,7 @@ exports[`Render validation.status = error properties.copyable: icon: [] - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > @@ -5583,6 +5592,7 @@ exports[`Render validation.status = null properties.copyable: icon - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -5681,6 +5691,7 @@ exports[`Render validation.status = null properties.copyable: icon: [] - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -5703,6 +5714,7 @@ exports[`Render validation.status = null properties.copyable: icon: [] - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > @@ -7363,6 +7375,7 @@ exports[`Render validation.status = success properties.copyable: icon - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -7461,6 +7474,7 @@ exports[`Render validation.status = success properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -7483,6 +7497,7 @@ exports[`Render validation.status = success properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > @@ -9143,6 +9158,7 @@ exports[`Render validation.status = warning properties.copyable: icon - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" + rename={Object {}} required={false} role="img" > @@ -9241,6 +9257,7 @@ exports[`Render validation.status = warning properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" + rename={Object {}} required={false} role="img" > @@ -9263,6 +9280,7 @@ exports[`Render validation.status = warning properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/UserAvatar.test.js.snap b/packages/blocksAntd/tests/__snapshots__/UserAvatar.test.js.snap index f26fed78b..03a9c9adc 100644 --- a/packages/blocksAntd/tests/__snapshots__/UserAvatar.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/UserAvatar.test.js.snap @@ -11,6 +11,7 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_button_icon" + rename={Object {}} required={false} role="img" > @@ -46,6 +47,7 @@ exports[`Render properties.avatar.shape: square - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.avatar.shape: square_button_icon" + rename={Object {}} required={false} role="img" > @@ -83,6 +85,7 @@ exports[`Render properties.loggedIn: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.loggedIn: false_button_icon" + rename={Object {}} required={false} role="img" > @@ -118,6 +121,7 @@ exports[`Render properties.loginButton - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.loginButton_button_icon" + rename={Object {}} required={false} role="img" > @@ -153,6 +157,7 @@ exports[`Render properties.name - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.name_button_icon" + rename={Object {}} required={false} role="img" > @@ -188,6 +193,7 @@ exports[`Render properties.showName: left - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.showName: left_button_icon" + rename={Object {}} required={false} role="img" > @@ -223,6 +229,7 @@ exports[`Render properties.showName: none - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.showName: none_button_icon" + rename={Object {}} required={false} role="img" > @@ -258,6 +265,7 @@ exports[`Render properties.showName: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.showName: right_button_icon" + rename={Object {}} required={false} role="img" > @@ -293,6 +301,7 @@ exports[`Render properties.theme: dark - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.theme: dark_button_icon" + rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/WeekSelector.test.js.snap b/packages/blocksAntd/tests/__snapshots__/WeekSelector.test.js.snap index d6756641c..304104c7e 100644 --- a/packages/blocksAntd/tests/__snapshots__/WeekSelector.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/WeekSelector.test.js.snap @@ -1361,6 +1361,7 @@ exports[`Render property.suffixIcon: CalendarFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -1455,6 +1456,7 @@ exports[`Render property.suffixIcon: CalendarFilled.blue - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -2844,6 +2846,7 @@ exports[`Render required = true property.suffixIcon: CalendarFilled - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -2938,6 +2941,7 @@ exports[`Render required = true property.suffixIcon: CalendarFilled.blue - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -4873,6 +4877,7 @@ exports[`Render validation.status = error property.suffixIcon: CalendarFilled - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -4996,6 +5001,7 @@ exports[`Render validation.status = error property.suffixIcon: CalendarFilled.bl aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -6414,6 +6420,7 @@ exports[`Render validation.status = null property.suffixIcon: CalendarFilled - v aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -6508,6 +6515,7 @@ exports[`Render validation.status = null property.suffixIcon: CalendarFilled.blu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -8353,6 +8361,7 @@ exports[`Render validation.status = success property.suffixIcon: CalendarFilled aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -8471,6 +8480,7 @@ exports[`Render validation.status = success property.suffixIcon: CalendarFilled. aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -10430,6 +10440,7 @@ exports[`Render validation.status = warning property.suffixIcon: CalendarFilled aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" + rename={Object {}} required={false} role="img" > @@ -10553,6 +10564,7 @@ exports[`Render validation.status = warning property.suffixIcon: CalendarFilled. aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" + rename={Object {}} required={false} role="img" > From 9c510ecf3a95583f104129d5e7036422da9977b3 Mon Sep 17 00:00:00 2001 From: Gervwyk Date: Mon, 23 Nov 2020 15:44:41 +0200 Subject: [PATCH 4/7] fix(blocksAntd): remove rename from defaultProps --- packages/blockTools/src/blockDefaultProps.js | 1 - .../tests/__snapshots__/Alert.test.js.snap | 4 - .../tests/__snapshots__/Anchor.test.js.snap | 5 - .../tests/__snapshots__/Avatar.test.js.snap | 3 - .../tests/__snapshots__/Button.test.js.snap | 3 - .../tests/__snapshots__/Collapse.test.js.snap | 2 - .../__snapshots__/ControlledList.test.js.snap | 12 - .../DateRangeSelector.test.js.snap | 12 - .../__snapshots__/DateSelector.test.js.snap | 6 - .../DateTimeSelector.test.js.snap | 6 - .../tests/__snapshots__/Icon.test.js.snap | 8 - .../tests/__snapshots__/Menu.test.js.snap | 32 --- .../tests/__snapshots__/Message.test.js.snap | 4 - .../__snapshots__/MobileMenu.test.js.snap | 2 - .../__snapshots__/MonthSelector.test.js.snap | 12 - .../__snapshots__/Notification.test.js.snap | 15 - .../__snapshots__/PageHCF.mock.test.js.snap | 24 -- .../__snapshots__/Paragraph.test.js.snap | 3 - .../__snapshots__/ParagraphInput.test.js.snap | 18 -- .../__snapshots__/RatingSlider.test.js.snap | 264 ------------------ .../tests/__snapshots__/Selector.test.js.snap | 6 - .../__snapshots__/Statistic.mock.test.js.snap | 2 - .../__snapshots__/Statistic.test.js.snap | 2 - .../tests/__snapshots__/Switch.test.js.snap | 96 ------- .../__snapshots__/TextInput.test.js.snap | 24 -- .../tests/__snapshots__/Title.test.js.snap | 3 - .../__snapshots__/TitleInput.test.js.snap | 18 -- .../__snapshots__/UserAvatar.test.js.snap | 9 - .../__snapshots__/WeekSelector.test.js.snap | 12 - 29 files changed, 608 deletions(-) diff --git a/packages/blockTools/src/blockDefaultProps.js b/packages/blockTools/src/blockDefaultProps.js index fa57c280c..47b2cd140 100644 --- a/packages/blockTools/src/blockDefaultProps.js +++ b/packages/blockTools/src/blockDefaultProps.js @@ -30,7 +30,6 @@ const blockDefaultProps = { }, properties: {}, user: {}, - rename: {}, required: false, validation: { status: null, diff --git a/packages/blocksAntd/tests/__snapshots__/Alert.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Alert.test.js.snap index 6b430c9e8..c648aa95d 100644 --- a/packages/blocksAntd/tests/__snapshots__/Alert.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Alert.test.js.snap @@ -162,7 +162,6 @@ exports[`Render properties.icon object - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters ant-alert-icon" id="properties.icon object_icon" - rename={Object {}} required={false} role="img" > @@ -201,7 +200,6 @@ exports[`Render properties.icon string - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters ant-alert-icon" id="properties.icon string_icon" - rename={Object {}} required={false} role="img" > @@ -749,7 +747,6 @@ exports[`Render with description properties.icon object - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters ant-alert-icon" id="with description properties.icon object_icon" - rename={Object {}} required={false} role="img" > @@ -790,7 +787,6 @@ exports[`Render with description properties.icon string - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters ant-alert-icon" id="with description properties.icon string_icon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Anchor.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Anchor.test.js.snap index 22745d4fc..d811ff38a 100644 --- a/packages/blocksAntd/tests/__snapshots__/Anchor.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Anchor.test.js.snap @@ -29,7 +29,6 @@ exports[`Render properties.icon and properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon and properties.title_icon" - rename={Object {}} required={false} role="img" > @@ -62,7 +61,6 @@ exports[`Render properties.icon object - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"red\\"},null]}" id="properties.icon object_icon" - rename={Object {}} required={false} role="img" > @@ -95,7 +93,6 @@ exports[`Render properties.icon string - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon string_icon" - rename={Object {}} required={false} role="img" > @@ -127,7 +124,6 @@ exports[`Render properties.icon, properties.title and properties.disabled - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon, properties.title and properties.disabled_icon" - rename={Object {}} required={false} role="img" > @@ -182,7 +178,6 @@ exports[`Render properties.style with icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.style with icon_icon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Avatar.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Avatar.test.js.snap index 64a8c1476..a5cc9dd81 100644 --- a/packages/blocksAntd/tests/__snapshots__/Avatar.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Avatar.test.js.snap @@ -125,7 +125,6 @@ exports[`Render properties.icon object - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"red\\"},null]}" id="properties.icon object_icon" - rename={Object {}} required={false} role="img" > @@ -158,7 +157,6 @@ exports[`Render properties.icon string - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon string_icon" - rename={Object {}} required={false} role="img" > @@ -191,7 +189,6 @@ exports[`Render properties.icon string properties.shape square - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon string properties.shape square_icon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Button.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Button.test.js.snap index a2eb57a27..c422b677b 100644 --- a/packages/blocksAntd/tests/__snapshots__/Button.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Button.test.js.snap @@ -90,7 +90,6 @@ exports[`Render properties.hideTitle: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.hideTitle: true_icon" - rename={Object {}} required={false} role="img" > @@ -136,7 +135,6 @@ exports[`Render properties.icon object - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"red\\"},null]}" id="properties.icon object_icon" - rename={Object {}} required={false} role="img" > @@ -172,7 +170,6 @@ exports[`Render properties.icon string - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon string_icon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Collapse.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Collapse.test.js.snap index 91630a73b..09b2fba37 100644 --- a/packages/blocksAntd/tests/__snapshots__/Collapse.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Collapse.test.js.snap @@ -592,7 +592,6 @@ exports[`Render properties.expandIcon: ArrowRightOutlined - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters ant-collapse-arrow" id="properties.expandIcon: ArrowRightOutlined_expandIcon" - rename={Object {}} required={false} role="img" > @@ -654,7 +653,6 @@ exports[`Render properties.expandIcon: ArrowRightOutlined - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters ant-collapse-arrow" id="properties.expandIcon: ArrowRightOutlined_expandIcon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/ControlledList.test.js.snap b/packages/blocksAntd/tests/__snapshots__/ControlledList.test.js.snap index 3536a80ca..7ee9a6f98 100644 --- a/packages/blocksAntd/tests/__snapshots__/ControlledList.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/ControlledList.test.js.snap @@ -35,7 +35,6 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_add_button_icon" - rename={Object {}} required={false} role="img" > @@ -118,7 +117,6 @@ exports[`Render properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_add_button_icon" - rename={Object {}} required={false} role="img" > @@ -181,7 +179,6 @@ exports[`Render required = true default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_add_button_icon" - rename={Object {}} required={false} role="img" > @@ -264,7 +261,6 @@ exports[`Render required = true properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_add_button_icon" - rename={Object {}} required={false} role="img" > @@ -327,7 +323,6 @@ exports[`Render validation.status = error default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_add_button_icon" - rename={Object {}} required={false} role="img" > @@ -410,7 +405,6 @@ exports[`Render validation.status = error properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_add_button_icon" - rename={Object {}} required={false} role="img" > @@ -473,7 +467,6 @@ exports[`Render validation.status = null default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_add_button_icon" - rename={Object {}} required={false} role="img" > @@ -556,7 +549,6 @@ exports[`Render validation.status = null properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_add_button_icon" - rename={Object {}} required={false} role="img" > @@ -619,7 +611,6 @@ exports[`Render validation.status = success default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_add_button_icon" - rename={Object {}} required={false} role="img" > @@ -702,7 +693,6 @@ exports[`Render validation.status = success properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_add_button_icon" - rename={Object {}} required={false} role="img" > @@ -765,7 +755,6 @@ exports[`Render validation.status = warning default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_add_button_icon" - rename={Object {}} required={false} role="img" > @@ -848,7 +837,6 @@ exports[`Render validation.status = warning properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_add_button_icon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/DateRangeSelector.test.js.snap b/packages/blocksAntd/tests/__snapshots__/DateRangeSelector.test.js.snap index 5bba45951..4d0e8c108 100644 --- a/packages/blocksAntd/tests/__snapshots__/DateRangeSelector.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/DateRangeSelector.test.js.snap @@ -1819,7 +1819,6 @@ exports[`Render property.suffixIcon Red: CalendarOutlined - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"Red\\"},null]}" id="property.suffixIcon Red: CalendarOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -1947,7 +1946,6 @@ exports[`Render property.suffixIcon: CalendarOutlined - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -3794,7 +3792,6 @@ exports[`Render required = true property.suffixIcon Red: CalendarOutlined - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"Red\\"},null]}" id="property.suffixIcon Red: CalendarOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -3922,7 +3919,6 @@ exports[`Render required = true property.suffixIcon: CalendarOutlined - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -6257,7 +6253,6 @@ exports[`Render validation.status = error property.suffixIcon Red: CalendarOutli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"Red\\"},null]}" id="property.suffixIcon Red: CalendarOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -6414,7 +6409,6 @@ exports[`Render validation.status = error property.suffixIcon: CalendarOutlined aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -8290,7 +8284,6 @@ exports[`Render validation.status = null property.suffixIcon Red: CalendarOutlin aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"Red\\"},null]}" id="property.suffixIcon Red: CalendarOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -8418,7 +8411,6 @@ exports[`Render validation.status = null property.suffixIcon: CalendarOutlined - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -10673,7 +10665,6 @@ exports[`Render validation.status = success property.suffixIcon Red: CalendarOut aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"Red\\"},null]}" id="property.suffixIcon Red: CalendarOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -10825,7 +10816,6 @@ exports[`Render validation.status = success property.suffixIcon: CalendarOutline aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -13184,7 +13174,6 @@ exports[`Render validation.status = warning property.suffixIcon Red: CalendarOut aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"Red\\"},null]}" id="property.suffixIcon Red: CalendarOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -13341,7 +13330,6 @@ exports[`Render validation.status = warning property.suffixIcon: CalendarOutline aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/DateSelector.test.js.snap b/packages/blocksAntd/tests/__snapshots__/DateSelector.test.js.snap index c20b2da67..1b35d14cc 100644 --- a/packages/blocksAntd/tests/__snapshots__/DateSelector.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/DateSelector.test.js.snap @@ -1361,7 +1361,6 @@ exports[`Render properties.suffixIcon: CalendarTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -2819,7 +2818,6 @@ exports[`Render required = true properties.suffixIcon: CalendarTwoTone - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -4823,7 +4821,6 @@ exports[`Render validation.status = error properties.suffixIcon: CalendarTwoTone aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -6339,7 +6336,6 @@ exports[`Render validation.status = null properties.suffixIcon: CalendarTwoTone aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -8253,7 +8249,6 @@ exports[`Render validation.status = success properties.suffixIcon: CalendarTwoTo aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -10305,7 +10300,6 @@ exports[`Render validation.status = warning properties.suffixIcon: CalendarTwoTo aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/DateTimeSelector.test.js.snap b/packages/blocksAntd/tests/__snapshots__/DateTimeSelector.test.js.snap index 77c48ccd4..aa3524abf 100644 --- a/packages/blocksAntd/tests/__snapshots__/DateTimeSelector.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/DateTimeSelector.test.js.snap @@ -1633,7 +1633,6 @@ exports[`Render properties.suffixIcon: CalendarTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -3431,7 +3430,6 @@ exports[`Render required = true properties.suffixIcon: CalendarTwoTone - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -5891,7 +5889,6 @@ exports[`Render validation.status = error properties.suffixIcon: CalendarTwoTone aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -7776,7 +7773,6 @@ exports[`Render validation.status = null properties.suffixIcon: CalendarTwoTone aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -10126,7 +10122,6 @@ exports[`Render validation.status = success properties.suffixIcon: CalendarTwoTo aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -12658,7 +12653,6 @@ exports[`Render validation.status = warning properties.suffixIcon: CalendarTwoTo aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: CalendarTwoTone_suffixIcon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Icon.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Icon.test.js.snap index 673da5fe3..b2ee29f4b 100644 --- a/packages/blocksAntd/tests/__snapshots__/Icon.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Icon.test.js.snap @@ -5,7 +5,6 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default" - rename={Object {}} required={false} role="img" type="Icon" @@ -33,7 +32,6 @@ exports[`Render properties.color - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#9c27b0\\",\\"fontSize\\":25},null]}" id="properties.color" - rename={Object {}} required={false} role="img" type="Icon" @@ -61,7 +59,6 @@ exports[`Render properties.disableLoadingIcon: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disableLoadingIcon: true" - rename={Object {}} required={false} role="img" type="Icon" @@ -89,7 +86,6 @@ exports[`Render properties.icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.icon" - rename={Object {}} required={false} role="img" type="Icon" @@ -117,7 +113,6 @@ exports[`Render properties.rotate: 90 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":30},null]}" id="properties.rotate: 90" - rename={Object {}} required={false} role="img" type="Icon" @@ -151,7 +146,6 @@ exports[`Render properties.size: 30 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":30},null]}" id="properties.size: 30" - rename={Object {}} required={false} role="img" type="Icon" @@ -179,7 +173,6 @@ exports[`Render properties.spin: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":30},null]}" id="properties.spin: true" - rename={Object {}} required={false} role="img" type="Icon" @@ -207,7 +200,6 @@ exports[`Render properties.style: border: 1px solid red - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"border\\":\\"1px solid red\\"}]}" id="properties.style: border: 1px solid red" - rename={Object {}} required={false} role="img" type="Icon" diff --git a/packages/blocksAntd/tests/__snapshots__/Menu.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Menu.test.js.snap index 928f84f48..b65745107 100644 --- a/packages/blocksAntd/tests/__snapshots__/Menu.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Menu.test.js.snap @@ -96,7 +96,6 @@ exports[`Render menus: links[0] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -175,7 +174,6 @@ exports[`Render menus: properties.menuId: menu_one - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -228,7 +226,6 @@ exports[`Render menusTitle pageId - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -281,7 +278,6 @@ exports[`Render menusTitle properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -334,7 +330,6 @@ exports[`Render menusTitle url - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -421,7 +416,6 @@ exports[`Render mode: inline, backgroundColor: #016e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -466,7 +460,6 @@ exports[`Render mode: inline, backgroundColor: #016e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" - rename={Object {}} required={false} role="img" > @@ -554,7 +547,6 @@ exports[`Render mode: inline, selectedColor: #f16e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -599,7 +591,6 @@ exports[`Render mode: inline, selectedColor: #f16e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" - rename={Object {}} required={false} role="img" > @@ -687,7 +678,6 @@ exports[`Render mode: inline, selectedColor: #f16e1e, backgroundColor: #016e1e - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -732,7 +722,6 @@ exports[`Render mode: inline, selectedColor: #f16e1e, backgroundColor: #016e1e - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" - rename={Object {}} required={false} role="img" > @@ -820,7 +809,6 @@ exports[`Render mode: inline, theme: light - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -865,7 +853,6 @@ exports[`Render mode: inline, theme: light - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" - rename={Object {}} required={false} role="img" > @@ -953,7 +940,6 @@ exports[`Render mode: inline, theme: light, selectedColor: #6C2ACB - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -998,7 +984,6 @@ exports[`Render mode: inline, theme: light, selectedColor: #6C2ACB - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" - rename={Object {}} required={false} role="img" > @@ -1086,7 +1071,6 @@ exports[`Render mode: inline, theme: light, selectedColor: #f16e1e, backgroundCo aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -1131,7 +1115,6 @@ exports[`Render mode: inline, theme: light, selectedColor: #f16e1e, backgroundCo aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" - rename={Object {}} required={false} role="img" > @@ -1210,7 +1193,6 @@ exports[`Render mode: vertical, backgroundColor: #016e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -1251,7 +1233,6 @@ exports[`Render mode: vertical, backgroundColor: #016e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" - rename={Object {}} required={false} role="img" > @@ -1330,7 +1311,6 @@ exports[`Render mode: vertical, selectedColor: #f16e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -1371,7 +1351,6 @@ exports[`Render mode: vertical, selectedColor: #f16e1e - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" - rename={Object {}} required={false} role="img" > @@ -1450,7 +1429,6 @@ exports[`Render mode: vertical, selectedColor: #f16e1e, backgroundColor: #016e1e aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -1491,7 +1469,6 @@ exports[`Render mode: vertical, selectedColor: #f16e1e, backgroundColor: #016e1e aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" - rename={Object {}} required={false} role="img" > @@ -1570,7 +1547,6 @@ exports[`Render mode: vertical, theme: light - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -1611,7 +1587,6 @@ exports[`Render mode: vertical, theme: light - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" - rename={Object {}} required={false} role="img" > @@ -1690,7 +1665,6 @@ exports[`Render mode: vertical, theme: light, selectedColor: #f16e1e, background aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -1731,7 +1705,6 @@ exports[`Render mode: vertical, theme: light, selectedColor: #f16e1e, background aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_3_icon" - rename={Object {}} required={false} role="img" > @@ -1848,7 +1821,6 @@ exports[`Render properties.danger: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="menu_item_2_icon" - rename={Object {}} required={false} role="img" > @@ -1901,7 +1873,6 @@ exports[`Render properties.icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="Menu_item_one_icon" - rename={Object {}} required={false} role="img" > @@ -1942,7 +1913,6 @@ exports[`Render properties.icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="Menu Item two_icon" - rename={Object {}} required={false} role="img" > @@ -2115,7 +2085,6 @@ exports[`Render properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="Menu_item_one_icon" - rename={Object {}} required={false} role="img" > @@ -2156,7 +2125,6 @@ exports[`Render properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="Menu Item two_icon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Message.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Message.test.js.snap index c992c0a01..4a7d6c502 100644 --- a/packages/blocksAntd/tests/__snapshots__/Message.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Message.test.js.snap @@ -115,7 +115,6 @@ Array [ } } properties="AppleFilled" - rename={Object {}} required={false} user={Object {}} validation={ @@ -342,7 +341,6 @@ Array [ } } properties="AppleFilled" - rename={Object {}} required={false} user={Object {}} validation={ @@ -571,7 +569,6 @@ Array [ } } properties="AppleFilled" - rename={Object {}} required={false} user={Object {}} validation={ @@ -796,7 +793,6 @@ Array [ } } properties="AppleFilled" - rename={Object {}} required={false} user={Object {}} validation={ diff --git a/packages/blocksAntd/tests/__snapshots__/MobileMenu.test.js.snap b/packages/blocksAntd/tests/__snapshots__/MobileMenu.test.js.snap index de9d08ce0..d8369b64d 100644 --- a/packages/blocksAntd/tests/__snapshots__/MobileMenu.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/MobileMenu.test.js.snap @@ -14,7 +14,6 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_button_icon" - rename={Object {}} required={false} role="img" > @@ -51,7 +50,6 @@ exports[`Render properties.links - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.links_button_icon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/MonthSelector.test.js.snap b/packages/blocksAntd/tests/__snapshots__/MonthSelector.test.js.snap index 5187cb5af..c905b57f4 100644 --- a/packages/blocksAntd/tests/__snapshots__/MonthSelector.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/MonthSelector.test.js.snap @@ -1429,7 +1429,6 @@ exports[`Render property.suffixIcon: CalendarFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -1524,7 +1523,6 @@ exports[`Render property.suffixIcon: CalendarFilled.blue - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -2982,7 +2980,6 @@ exports[`Render required = true property.suffixIcon: CalendarFilled - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -3077,7 +3074,6 @@ exports[`Render required = true property.suffixIcon: CalendarFilled.blue - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -5110,7 +5106,6 @@ exports[`Render validation.status = error property.suffixIcon: CalendarFilled - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -5234,7 +5229,6 @@ exports[`Render validation.status = error property.suffixIcon: CalendarFilled.bl aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -6721,7 +6715,6 @@ exports[`Render validation.status = null property.suffixIcon: CalendarFilled - v aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -6816,7 +6809,6 @@ exports[`Render validation.status = null property.suffixIcon: CalendarFilled.blu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -8754,7 +8746,6 @@ exports[`Render validation.status = success property.suffixIcon: CalendarFilled aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -8873,7 +8864,6 @@ exports[`Render validation.status = success property.suffixIcon: CalendarFilled. aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -10930,7 +10920,6 @@ exports[`Render validation.status = warning property.suffixIcon: CalendarFilled aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -11054,7 +11043,6 @@ exports[`Render validation.status = warning property.suffixIcon: CalendarFilled. aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Notification.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Notification.test.js.snap index cec11eee2..71e53886a 100644 --- a/packages/blocksAntd/tests/__snapshots__/Notification.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Notification.test.js.snap @@ -104,7 +104,6 @@ Array [ "title": "Close", } } - rename={Object {}} required={false} user={Object {}} validation={ @@ -177,7 +176,6 @@ Array [ } } properties="AlertOutlined" - rename={Object {}} required={false} user={Object {}} validation={ @@ -307,7 +305,6 @@ Array [ } } properties="AccountBookFilled" - rename={Object {}} required={false} user={Object {}} validation={ @@ -659,7 +656,6 @@ Array [ "title": "Close", } } - rename={Object {}} required={false} user={Object {}} validation={ @@ -732,7 +728,6 @@ Array [ } } properties="AlertOutlined" - rename={Object {}} required={false} user={Object {}} validation={ @@ -862,7 +857,6 @@ Array [ } } properties="AccountBookFilled" - rename={Object {}} required={false} user={Object {}} validation={ @@ -1214,7 +1208,6 @@ Array [ "title": "Close", } } - rename={Object {}} required={false} user={Object {}} validation={ @@ -1287,7 +1280,6 @@ Array [ } } properties="AlertOutlined" - rename={Object {}} required={false} user={Object {}} validation={ @@ -1417,7 +1409,6 @@ Array [ } } properties="AccountBookFilled" - rename={Object {}} required={false} user={Object {}} validation={ @@ -1771,7 +1762,6 @@ Array [ "title": "Close", } } - rename={Object {}} required={false} user={Object {}} validation={ @@ -1844,7 +1834,6 @@ Array [ } } properties="AlertOutlined" - rename={Object {}} required={false} user={Object {}} validation={ @@ -1974,7 +1963,6 @@ Array [ } } properties="AccountBookFilled" - rename={Object {}} required={false} user={Object {}} validation={ @@ -2324,7 +2312,6 @@ Array [ "title": "Close", } } - rename={Object {}} required={false} user={Object {}} validation={ @@ -2397,7 +2384,6 @@ Array [ } } properties="AlertOutlined" - rename={Object {}} required={false} user={Object {}} validation={ @@ -2527,7 +2513,6 @@ Array [ } } properties="AccountBookFilled" - rename={Object {}} required={false} user={Object {}} validation={ diff --git a/packages/blocksAntd/tests/__snapshots__/PageHCF.mock.test.js.snap b/packages/blocksAntd/tests/__snapshots__/PageHCF.mock.test.js.snap index f602e5460..c36cdd831 100644 --- a/packages/blocksAntd/tests/__snapshots__/PageHCF.mock.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/PageHCF.mock.test.js.snap @@ -24,7 +24,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -68,7 +67,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -98,7 +96,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -142,7 +139,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -172,7 +168,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -216,7 +211,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -260,7 +254,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -296,7 +289,6 @@ Array [ }, } } - rename={Object {}} required={false} user={Object {}} validation={ @@ -326,7 +318,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -370,7 +361,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -400,7 +390,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -436,7 +425,6 @@ Array [ }, } } - rename={Object {}} required={false} user={Object {}} validation={ @@ -484,7 +472,6 @@ Array [ "color": "#4432a8", } } - rename={Object {}} required={false} user={Object {}} validation={ @@ -514,7 +501,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -544,7 +530,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -594,7 +579,6 @@ Array [ }, } } - rename={Object {}} required={false} user={Object {}} validation={ @@ -624,7 +608,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -654,7 +637,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -702,7 +684,6 @@ Array [ "theme": "light", } } - rename={Object {}} required={false} user={Object {}} validation={ @@ -732,7 +713,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -762,7 +742,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -806,7 +785,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -836,7 +814,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ @@ -866,7 +843,6 @@ Array [ } } properties={Object {}} - rename={Object {}} required={false} user={Object {}} validation={ diff --git a/packages/blocksAntd/tests/__snapshots__/Paragraph.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Paragraph.test.js.snap index 464eeda1c..3cc0e6070 100644 --- a/packages/blocksAntd/tests/__snapshots__/Paragraph.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Paragraph.test.js.snap @@ -97,7 +97,6 @@ exports[`Render properties.copyable: icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -156,7 +155,6 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -179,7 +177,6 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/ParagraphInput.test.js.snap b/packages/blocksAntd/tests/__snapshots__/ParagraphInput.test.js.snap index 2315611f7..16ee40d11 100644 --- a/packages/blocksAntd/tests/__snapshots__/ParagraphInput.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/ParagraphInput.test.js.snap @@ -188,7 +188,6 @@ exports[`Render properties.copyable: icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -287,7 +286,6 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -310,7 +308,6 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > @@ -1808,7 +1805,6 @@ exports[`Render required = true properties.copyable: icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -1907,7 +1903,6 @@ exports[`Render required = true properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -1930,7 +1925,6 @@ exports[`Render required = true properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > @@ -3428,7 +3422,6 @@ exports[`Render validation.status = error properties.copyable: icon - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -3527,7 +3520,6 @@ exports[`Render validation.status = error properties.copyable: icon: [] - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -3550,7 +3542,6 @@ exports[`Render validation.status = error properties.copyable: icon: [] - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > @@ -5048,7 +5039,6 @@ exports[`Render validation.status = null properties.copyable: icon - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -5147,7 +5137,6 @@ exports[`Render validation.status = null properties.copyable: icon: [] - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -5170,7 +5159,6 @@ exports[`Render validation.status = null properties.copyable: icon: [] - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > @@ -6668,7 +6656,6 @@ exports[`Render validation.status = success properties.copyable: icon - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -6767,7 +6754,6 @@ exports[`Render validation.status = success properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -6790,7 +6776,6 @@ exports[`Render validation.status = success properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > @@ -8288,7 +8273,6 @@ exports[`Render validation.status = warning properties.copyable: icon - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -8387,7 +8371,6 @@ exports[`Render validation.status = warning properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -8410,7 +8393,6 @@ exports[`Render validation.status = warning properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/RatingSlider.test.js.snap b/packages/blocksAntd/tests/__snapshots__/RatingSlider.test.js.snap index 3d0da3705..8a42886de 100644 --- a/packages/blocksAntd/tests/__snapshots__/RatingSlider.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/RatingSlider.test.js.snap @@ -92,7 +92,6 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="default_iconMin" - rename={Object {}} required={false} role="img" > @@ -478,7 +477,6 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="default_iconMax" - rename={Object {}} required={false} role="img" > @@ -596,7 +594,6 @@ exports[`Render properties.inputStyle: CSS style applied - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.inputStyle: CSS style applied_iconMin" - rename={Object {}} required={false} role="img" > @@ -982,7 +979,6 @@ exports[`Render properties.inputStyle: CSS style applied - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.inputStyle: CSS style applied_iconMax" - rename={Object {}} required={false} role="img" > @@ -1100,7 +1096,6 @@ exports[`Render properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.title_iconMin" - rename={Object {}} required={false} role="img" > @@ -1486,7 +1481,6 @@ exports[`Render properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.title_iconMax" - rename={Object {}} required={false} role="img" > @@ -1604,7 +1598,6 @@ exports[`Render property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.color: #_iconMin" - rename={Object {}} required={false} role="img" > @@ -1990,7 +1983,6 @@ exports[`Render property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.color: #_iconMax" - rename={Object {}} required={false} role="img" > @@ -2513,7 +2505,6 @@ exports[`Render property.disableNotApplicable: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disableNotApplicable: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -2899,7 +2890,6 @@ exports[`Render property.disableNotApplicable: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disableNotApplicable: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -3017,7 +3007,6 @@ exports[`Render property.disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disabled: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -3403,7 +3392,6 @@ exports[`Render property.disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disabled: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -3521,7 +3509,6 @@ exports[`Render property.label align: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label align: right_iconMin" - rename={Object {}} required={false} role="img" > @@ -3907,7 +3894,6 @@ exports[`Render property.label align: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label align: right_iconMax" - rename={Object {}} required={false} role="img" > @@ -4025,7 +4011,6 @@ exports[`Render property.label colon: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label colon: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -4411,7 +4396,6 @@ exports[`Render property.label colon: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label colon: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -4517,7 +4501,6 @@ exports[`Render property.label disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label disabled: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -4903,7 +4886,6 @@ exports[`Render property.label disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label disabled: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -5021,7 +5003,6 @@ exports[`Render property.label extra: extra text added - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label extra: extra text added_iconMin" - rename={Object {}} required={false} role="img" > @@ -5407,7 +5388,6 @@ exports[`Render property.label extra: extra text added - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label extra: extra text added_iconMax" - rename={Object {}} required={false} role="img" > @@ -5538,7 +5518,6 @@ exports[`Render property.label inline: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label inline: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -5924,7 +5903,6 @@ exports[`Render property.label inline: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label inline: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -6042,7 +6020,6 @@ exports[`Render property.label span: 5 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label span: 5_iconMin" - rename={Object {}} required={false} role="img" > @@ -6428,7 +6405,6 @@ exports[`Render property.label span: 5 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label span: 5_iconMax" - rename={Object {}} required={false} role="img" > @@ -6546,7 +6522,6 @@ exports[`Render property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.max: 14_iconMin" - rename={Object {}} required={false} role="img" > @@ -7036,7 +7011,6 @@ exports[`Render property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.max: 14_iconMax" - rename={Object {}} required={false} role="img" > @@ -7154,7 +7128,6 @@ exports[`Render property.maxIcon: SmileTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.maxIcon: SmileTwoTone_iconMin" - rename={Object {}} required={false} role="img" > @@ -7540,7 +7513,6 @@ exports[`Render property.maxIcon: SmileTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.maxIcon: SmileTwoTone_iconMax" - rename={Object {}} required={false} role="img" > @@ -7658,7 +7630,6 @@ exports[`Render property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.min: 3_iconMin" - rename={Object {}} required={false} role="img" > @@ -7966,7 +7937,6 @@ exports[`Render property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.min: 3_iconMax" - rename={Object {}} required={false} role="img" > @@ -8084,7 +8054,6 @@ exports[`Render property.minIcon: MehTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.minIcon: MehTwoTone_iconMin" - rename={Object {}} required={false} role="img" > @@ -8470,7 +8439,6 @@ exports[`Render property.minIcon: MehTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.minIcon: MehTwoTone_iconMax" - rename={Object {}} required={false} role="img" > @@ -8588,7 +8556,6 @@ exports[`Render property.notApplicableLabel: Not Applicable - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMin" - rename={Object {}} required={false} role="img" > @@ -8974,7 +8941,6 @@ exports[`Render property.notApplicableLabel: Not Applicable - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMax" - rename={Object {}} required={false} role="img" > @@ -9092,7 +9058,6 @@ exports[`Render property.showDots: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showDots: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -9166,7 +9131,6 @@ exports[`Render property.showDots: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showDots: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -9284,7 +9248,6 @@ exports[`Render property.showMarks: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showMarks: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -9455,7 +9418,6 @@ exports[`Render property.showMarks: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showMarks: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -9573,7 +9535,6 @@ exports[`Render property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.step: 2_iconMin" - rename={Object {}} required={false} role="img" > @@ -9829,7 +9790,6 @@ exports[`Render property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.step: 2_iconMax" - rename={Object {}} required={false} role="img" > @@ -9947,7 +9907,6 @@ exports[`Render property.tooltipVisible: always - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: always_iconMin" - rename={Object {}} required={false} role="img" > @@ -10333,7 +10292,6 @@ exports[`Render property.tooltipVisible: always - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: always_iconMax" - rename={Object {}} required={false} role="img" > @@ -10451,7 +10409,6 @@ exports[`Render property.tooltipVisible: never - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: never_iconMin" - rename={Object {}} required={false} role="img" > @@ -10837,7 +10794,6 @@ exports[`Render property.tooltipVisible: never - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: never_iconMax" - rename={Object {}} required={false} role="img" > @@ -10902,7 +10858,6 @@ exports[`Render required = true default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="default_iconMin" - rename={Object {}} required={false} role="img" > @@ -11288,7 +11243,6 @@ exports[`Render required = true default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="default_iconMax" - rename={Object {}} required={false} role="img" > @@ -11353,7 +11307,6 @@ exports[`Render required = true properties.inputStyle: CSS style applied - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.inputStyle: CSS style applied_iconMin" - rename={Object {}} required={false} role="img" > @@ -11739,7 +11692,6 @@ exports[`Render required = true properties.inputStyle: CSS style applied - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.inputStyle: CSS style applied_iconMax" - rename={Object {}} required={false} role="img" > @@ -11804,7 +11756,6 @@ exports[`Render required = true properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.title_iconMin" - rename={Object {}} required={false} role="img" > @@ -12190,7 +12141,6 @@ exports[`Render required = true properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.title_iconMax" - rename={Object {}} required={false} role="img" > @@ -12255,7 +12205,6 @@ exports[`Render required = true property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.color: #_iconMin" - rename={Object {}} required={false} role="img" > @@ -12641,7 +12590,6 @@ exports[`Render required = true property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.color: #_iconMax" - rename={Object {}} required={false} role="img" > @@ -13111,7 +13059,6 @@ exports[`Render required = true property.disableNotApplicable: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disableNotApplicable: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -13497,7 +13444,6 @@ exports[`Render required = true property.disableNotApplicable: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disableNotApplicable: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -13562,7 +13508,6 @@ exports[`Render required = true property.disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disabled: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -13948,7 +13893,6 @@ exports[`Render required = true property.disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disabled: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -14013,7 +13957,6 @@ exports[`Render required = true property.label align: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label align: right_iconMin" - rename={Object {}} required={false} role="img" > @@ -14399,7 +14342,6 @@ exports[`Render required = true property.label align: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label align: right_iconMax" - rename={Object {}} required={false} role="img" > @@ -14464,7 +14406,6 @@ exports[`Render required = true property.label colon: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label colon: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -14850,7 +14791,6 @@ exports[`Render required = true property.label colon: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label colon: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -14903,7 +14843,6 @@ exports[`Render required = true property.label disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label disabled: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -15289,7 +15228,6 @@ exports[`Render required = true property.label disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label disabled: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -15354,7 +15292,6 @@ exports[`Render required = true property.label extra: extra text added - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label extra: extra text added_iconMin" - rename={Object {}} required={false} role="img" > @@ -15740,7 +15677,6 @@ exports[`Render required = true property.label extra: extra text added - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label extra: extra text added_iconMax" - rename={Object {}} required={false} role="img" > @@ -15818,7 +15754,6 @@ exports[`Render required = true property.label inline: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label inline: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -16204,7 +16139,6 @@ exports[`Render required = true property.label inline: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label inline: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -16269,7 +16203,6 @@ exports[`Render required = true property.label span: 5 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label span: 5_iconMin" - rename={Object {}} required={false} role="img" > @@ -16655,7 +16588,6 @@ exports[`Render required = true property.label span: 5 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label span: 5_iconMax" - rename={Object {}} required={false} role="img" > @@ -16720,7 +16652,6 @@ exports[`Render required = true property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.max: 14_iconMin" - rename={Object {}} required={false} role="img" > @@ -17210,7 +17141,6 @@ exports[`Render required = true property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.max: 14_iconMax" - rename={Object {}} required={false} role="img" > @@ -17275,7 +17205,6 @@ exports[`Render required = true property.maxIcon: SmileTwoTone - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.maxIcon: SmileTwoTone_iconMin" - rename={Object {}} required={false} role="img" > @@ -17661,7 +17590,6 @@ exports[`Render required = true property.maxIcon: SmileTwoTone - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.maxIcon: SmileTwoTone_iconMax" - rename={Object {}} required={false} role="img" > @@ -17726,7 +17654,6 @@ exports[`Render required = true property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.min: 3_iconMin" - rename={Object {}} required={false} role="img" > @@ -18034,7 +17961,6 @@ exports[`Render required = true property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.min: 3_iconMax" - rename={Object {}} required={false} role="img" > @@ -18099,7 +18025,6 @@ exports[`Render required = true property.minIcon: MehTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.minIcon: MehTwoTone_iconMin" - rename={Object {}} required={false} role="img" > @@ -18485,7 +18410,6 @@ exports[`Render required = true property.minIcon: MehTwoTone - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.minIcon: MehTwoTone_iconMax" - rename={Object {}} required={false} role="img" > @@ -18550,7 +18474,6 @@ exports[`Render required = true property.notApplicableLabel: Not Applicable - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMin" - rename={Object {}} required={false} role="img" > @@ -18936,7 +18859,6 @@ exports[`Render required = true property.notApplicableLabel: Not Applicable - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMax" - rename={Object {}} required={false} role="img" > @@ -19001,7 +18923,6 @@ exports[`Render required = true property.showDots: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showDots: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -19075,7 +18996,6 @@ exports[`Render required = true property.showDots: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showDots: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -19140,7 +19060,6 @@ exports[`Render required = true property.showMarks: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showMarks: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -19311,7 +19230,6 @@ exports[`Render required = true property.showMarks: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showMarks: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -19376,7 +19294,6 @@ exports[`Render required = true property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.step: 2_iconMin" - rename={Object {}} required={false} role="img" > @@ -19632,7 +19549,6 @@ exports[`Render required = true property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.step: 2_iconMax" - rename={Object {}} required={false} role="img" > @@ -19697,7 +19613,6 @@ exports[`Render required = true property.tooltipVisible: always - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: always_iconMin" - rename={Object {}} required={false} role="img" > @@ -20083,7 +19998,6 @@ exports[`Render required = true property.tooltipVisible: always - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: always_iconMax" - rename={Object {}} required={false} role="img" > @@ -20148,7 +20062,6 @@ exports[`Render required = true property.tooltipVisible: never - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: never_iconMin" - rename={Object {}} required={false} role="img" > @@ -20534,7 +20447,6 @@ exports[`Render required = true property.tooltipVisible: never - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: never_iconMax" - rename={Object {}} required={false} role="img" > @@ -20652,7 +20564,6 @@ exports[`Render validation.status = error default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="default_iconMin" - rename={Object {}} required={false} role="img" > @@ -21038,7 +20949,6 @@ exports[`Render validation.status = error default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="default_iconMax" - rename={Object {}} required={false} role="img" > @@ -21185,7 +21095,6 @@ exports[`Render validation.status = error properties.inputStyle: CSS style appli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.inputStyle: CSS style applied_iconMin" - rename={Object {}} required={false} role="img" > @@ -21571,7 +21480,6 @@ exports[`Render validation.status = error properties.inputStyle: CSS style appli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.inputStyle: CSS style applied_iconMax" - rename={Object {}} required={false} role="img" > @@ -21718,7 +21626,6 @@ exports[`Render validation.status = error properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.title_iconMin" - rename={Object {}} required={false} role="img" > @@ -22104,7 +22011,6 @@ exports[`Render validation.status = error properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.title_iconMax" - rename={Object {}} required={false} role="img" > @@ -22251,7 +22157,6 @@ exports[`Render validation.status = error property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.color: #_iconMin" - rename={Object {}} required={false} role="img" > @@ -22637,7 +22542,6 @@ exports[`Render validation.status = error property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.color: #_iconMax" - rename={Object {}} required={false} role="img" > @@ -23218,7 +23122,6 @@ exports[`Render validation.status = error property.disableNotApplicable: true - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disableNotApplicable: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -23604,7 +23507,6 @@ exports[`Render validation.status = error property.disableNotApplicable: true - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disableNotApplicable: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -23751,7 +23653,6 @@ exports[`Render validation.status = error property.disabled: true - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disabled: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -24137,7 +24038,6 @@ exports[`Render validation.status = error property.disabled: true - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disabled: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -24284,7 +24184,6 @@ exports[`Render validation.status = error property.label align: right - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label align: right_iconMin" - rename={Object {}} required={false} role="img" > @@ -24670,7 +24569,6 @@ exports[`Render validation.status = error property.label align: right - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label align: right_iconMax" - rename={Object {}} required={false} role="img" > @@ -24817,7 +24715,6 @@ exports[`Render validation.status = error property.label colon: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label colon: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -25203,7 +25100,6 @@ exports[`Render validation.status = error property.label colon: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label colon: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -25338,7 +25234,6 @@ exports[`Render validation.status = error property.label disabled: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label disabled: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -25724,7 +25619,6 @@ exports[`Render validation.status = error property.label disabled: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label disabled: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -25871,7 +25765,6 @@ exports[`Render validation.status = error property.label extra: extra text added aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label extra: extra text added_iconMin" - rename={Object {}} required={false} role="img" > @@ -26257,7 +26150,6 @@ exports[`Render validation.status = error property.label extra: extra text added aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label extra: extra text added_iconMax" - rename={Object {}} required={false} role="img" > @@ -26412,7 +26304,6 @@ exports[`Render validation.status = error property.label inline: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label inline: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -26798,7 +26689,6 @@ exports[`Render validation.status = error property.label inline: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label inline: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -26945,7 +26835,6 @@ exports[`Render validation.status = error property.label span: 5 - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label span: 5_iconMin" - rename={Object {}} required={false} role="img" > @@ -27331,7 +27220,6 @@ exports[`Render validation.status = error property.label span: 5 - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label span: 5_iconMax" - rename={Object {}} required={false} role="img" > @@ -27478,7 +27366,6 @@ exports[`Render validation.status = error property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.max: 14_iconMin" - rename={Object {}} required={false} role="img" > @@ -27968,7 +27855,6 @@ exports[`Render validation.status = error property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.max: 14_iconMax" - rename={Object {}} required={false} role="img" > @@ -28115,7 +28001,6 @@ exports[`Render validation.status = error property.maxIcon: SmileTwoTone - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.maxIcon: SmileTwoTone_iconMin" - rename={Object {}} required={false} role="img" > @@ -28501,7 +28386,6 @@ exports[`Render validation.status = error property.maxIcon: SmileTwoTone - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.maxIcon: SmileTwoTone_iconMax" - rename={Object {}} required={false} role="img" > @@ -28648,7 +28532,6 @@ exports[`Render validation.status = error property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.min: 3_iconMin" - rename={Object {}} required={false} role="img" > @@ -28956,7 +28839,6 @@ exports[`Render validation.status = error property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.min: 3_iconMax" - rename={Object {}} required={false} role="img" > @@ -29103,7 +28985,6 @@ exports[`Render validation.status = error property.minIcon: MehTwoTone - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.minIcon: MehTwoTone_iconMin" - rename={Object {}} required={false} role="img" > @@ -29489,7 +29370,6 @@ exports[`Render validation.status = error property.minIcon: MehTwoTone - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.minIcon: MehTwoTone_iconMax" - rename={Object {}} required={false} role="img" > @@ -29636,7 +29516,6 @@ exports[`Render validation.status = error property.notApplicableLabel: Not Appli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMin" - rename={Object {}} required={false} role="img" > @@ -30022,7 +29901,6 @@ exports[`Render validation.status = error property.notApplicableLabel: Not Appli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMax" - rename={Object {}} required={false} role="img" > @@ -30169,7 +30047,6 @@ exports[`Render validation.status = error property.showDots: false - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showDots: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -30243,7 +30120,6 @@ exports[`Render validation.status = error property.showDots: false - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showDots: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -30390,7 +30266,6 @@ exports[`Render validation.status = error property.showMarks: false - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showMarks: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -30561,7 +30436,6 @@ exports[`Render validation.status = error property.showMarks: false - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showMarks: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -30708,7 +30582,6 @@ exports[`Render validation.status = error property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.step: 2_iconMin" - rename={Object {}} required={false} role="img" > @@ -30964,7 +30837,6 @@ exports[`Render validation.status = error property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.step: 2_iconMax" - rename={Object {}} required={false} role="img" > @@ -31111,7 +30983,6 @@ exports[`Render validation.status = error property.tooltipVisible: always - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: always_iconMin" - rename={Object {}} required={false} role="img" > @@ -31497,7 +31368,6 @@ exports[`Render validation.status = error property.tooltipVisible: always - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: always_iconMax" - rename={Object {}} required={false} role="img" > @@ -31644,7 +31514,6 @@ exports[`Render validation.status = error property.tooltipVisible: never - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: never_iconMin" - rename={Object {}} required={false} role="img" > @@ -32030,7 +31899,6 @@ exports[`Render validation.status = error property.tooltipVisible: never - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: never_iconMax" - rename={Object {}} required={false} role="img" > @@ -32177,7 +32045,6 @@ exports[`Render validation.status = null default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="default_iconMin" - rename={Object {}} required={false} role="img" > @@ -32563,7 +32430,6 @@ exports[`Render validation.status = null default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="default_iconMax" - rename={Object {}} required={false} role="img" > @@ -32681,7 +32547,6 @@ exports[`Render validation.status = null properties.inputStyle: CSS style applie aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.inputStyle: CSS style applied_iconMin" - rename={Object {}} required={false} role="img" > @@ -33067,7 +32932,6 @@ exports[`Render validation.status = null properties.inputStyle: CSS style applie aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.inputStyle: CSS style applied_iconMax" - rename={Object {}} required={false} role="img" > @@ -33185,7 +33049,6 @@ exports[`Render validation.status = null properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.title_iconMin" - rename={Object {}} required={false} role="img" > @@ -33571,7 +33434,6 @@ exports[`Render validation.status = null properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.title_iconMax" - rename={Object {}} required={false} role="img" > @@ -33689,7 +33551,6 @@ exports[`Render validation.status = null property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.color: #_iconMin" - rename={Object {}} required={false} role="img" > @@ -34075,7 +33936,6 @@ exports[`Render validation.status = null property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.color: #_iconMax" - rename={Object {}} required={false} role="img" > @@ -34598,7 +34458,6 @@ exports[`Render validation.status = null property.disableNotApplicable: true - v aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disableNotApplicable: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -34984,7 +34843,6 @@ exports[`Render validation.status = null property.disableNotApplicable: true - v aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disableNotApplicable: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -35102,7 +34960,6 @@ exports[`Render validation.status = null property.disabled: true - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disabled: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -35488,7 +35345,6 @@ exports[`Render validation.status = null property.disabled: true - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disabled: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -35606,7 +35462,6 @@ exports[`Render validation.status = null property.label align: right - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label align: right_iconMin" - rename={Object {}} required={false} role="img" > @@ -35992,7 +35847,6 @@ exports[`Render validation.status = null property.label align: right - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label align: right_iconMax" - rename={Object {}} required={false} role="img" > @@ -36110,7 +35964,6 @@ exports[`Render validation.status = null property.label colon: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label colon: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -36496,7 +36349,6 @@ exports[`Render validation.status = null property.label colon: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label colon: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -36602,7 +36454,6 @@ exports[`Render validation.status = null property.label disabled: true - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label disabled: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -36988,7 +36839,6 @@ exports[`Render validation.status = null property.label disabled: true - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label disabled: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -37106,7 +36956,6 @@ exports[`Render validation.status = null property.label extra: extra text added aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label extra: extra text added_iconMin" - rename={Object {}} required={false} role="img" > @@ -37492,7 +37341,6 @@ exports[`Render validation.status = null property.label extra: extra text added aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label extra: extra text added_iconMax" - rename={Object {}} required={false} role="img" > @@ -37623,7 +37471,6 @@ exports[`Render validation.status = null property.label inline: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label inline: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -38009,7 +37856,6 @@ exports[`Render validation.status = null property.label inline: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label inline: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -38127,7 +37973,6 @@ exports[`Render validation.status = null property.label span: 5 - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label span: 5_iconMin" - rename={Object {}} required={false} role="img" > @@ -38513,7 +38358,6 @@ exports[`Render validation.status = null property.label span: 5 - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label span: 5_iconMax" - rename={Object {}} required={false} role="img" > @@ -38631,7 +38475,6 @@ exports[`Render validation.status = null property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.max: 14_iconMin" - rename={Object {}} required={false} role="img" > @@ -39121,7 +38964,6 @@ exports[`Render validation.status = null property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.max: 14_iconMax" - rename={Object {}} required={false} role="img" > @@ -39239,7 +39081,6 @@ exports[`Render validation.status = null property.maxIcon: SmileTwoTone - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.maxIcon: SmileTwoTone_iconMin" - rename={Object {}} required={false} role="img" > @@ -39625,7 +39466,6 @@ exports[`Render validation.status = null property.maxIcon: SmileTwoTone - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.maxIcon: SmileTwoTone_iconMax" - rename={Object {}} required={false} role="img" > @@ -39743,7 +39583,6 @@ exports[`Render validation.status = null property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.min: 3_iconMin" - rename={Object {}} required={false} role="img" > @@ -40051,7 +39890,6 @@ exports[`Render validation.status = null property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.min: 3_iconMax" - rename={Object {}} required={false} role="img" > @@ -40169,7 +40007,6 @@ exports[`Render validation.status = null property.minIcon: MehTwoTone - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.minIcon: MehTwoTone_iconMin" - rename={Object {}} required={false} role="img" > @@ -40555,7 +40392,6 @@ exports[`Render validation.status = null property.minIcon: MehTwoTone - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.minIcon: MehTwoTone_iconMax" - rename={Object {}} required={false} role="img" > @@ -40673,7 +40509,6 @@ exports[`Render validation.status = null property.notApplicableLabel: Not Applic aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMin" - rename={Object {}} required={false} role="img" > @@ -41059,7 +40894,6 @@ exports[`Render validation.status = null property.notApplicableLabel: Not Applic aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMax" - rename={Object {}} required={false} role="img" > @@ -41177,7 +41011,6 @@ exports[`Render validation.status = null property.showDots: false - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showDots: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -41251,7 +41084,6 @@ exports[`Render validation.status = null property.showDots: false - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showDots: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -41369,7 +41201,6 @@ exports[`Render validation.status = null property.showMarks: false - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showMarks: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -41540,7 +41371,6 @@ exports[`Render validation.status = null property.showMarks: false - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showMarks: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -41658,7 +41488,6 @@ exports[`Render validation.status = null property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.step: 2_iconMin" - rename={Object {}} required={false} role="img" > @@ -41914,7 +41743,6 @@ exports[`Render validation.status = null property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.step: 2_iconMax" - rename={Object {}} required={false} role="img" > @@ -42032,7 +41860,6 @@ exports[`Render validation.status = null property.tooltipVisible: always - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: always_iconMin" - rename={Object {}} required={false} role="img" > @@ -42418,7 +42245,6 @@ exports[`Render validation.status = null property.tooltipVisible: always - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: always_iconMax" - rename={Object {}} required={false} role="img" > @@ -42536,7 +42362,6 @@ exports[`Render validation.status = null property.tooltipVisible: never - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: never_iconMin" - rename={Object {}} required={false} role="img" > @@ -42922,7 +42747,6 @@ exports[`Render validation.status = null property.tooltipVisible: never - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: never_iconMax" - rename={Object {}} required={false} role="img" > @@ -43040,7 +42864,6 @@ exports[`Render validation.status = success default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="default_iconMin" - rename={Object {}} required={false} role="img" > @@ -43426,7 +43249,6 @@ exports[`Render validation.status = success default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="default_iconMax" - rename={Object {}} required={false} role="img" > @@ -43568,7 +43390,6 @@ exports[`Render validation.status = success properties.inputStyle: CSS style app aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.inputStyle: CSS style applied_iconMin" - rename={Object {}} required={false} role="img" > @@ -43954,7 +43775,6 @@ exports[`Render validation.status = success properties.inputStyle: CSS style app aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.inputStyle: CSS style applied_iconMax" - rename={Object {}} required={false} role="img" > @@ -44096,7 +43916,6 @@ exports[`Render validation.status = success properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.title_iconMin" - rename={Object {}} required={false} role="img" > @@ -44482,7 +44301,6 @@ exports[`Render validation.status = success properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.title_iconMax" - rename={Object {}} required={false} role="img" > @@ -44624,7 +44442,6 @@ exports[`Render validation.status = success property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.color: #_iconMin" - rename={Object {}} required={false} role="img" > @@ -45010,7 +44827,6 @@ exports[`Render validation.status = success property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.color: #_iconMax" - rename={Object {}} required={false} role="img" > @@ -45581,7 +45397,6 @@ exports[`Render validation.status = success property.disableNotApplicable: true aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disableNotApplicable: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -45967,7 +45782,6 @@ exports[`Render validation.status = success property.disableNotApplicable: true aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disableNotApplicable: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -46109,7 +45923,6 @@ exports[`Render validation.status = success property.disabled: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disabled: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -46495,7 +46308,6 @@ exports[`Render validation.status = success property.disabled: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disabled: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -46637,7 +46449,6 @@ exports[`Render validation.status = success property.label align: right - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label align: right_iconMin" - rename={Object {}} required={false} role="img" > @@ -47023,7 +46834,6 @@ exports[`Render validation.status = success property.label align: right - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label align: right_iconMax" - rename={Object {}} required={false} role="img" > @@ -47165,7 +46975,6 @@ exports[`Render validation.status = success property.label colon: false - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label colon: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -47551,7 +47360,6 @@ exports[`Render validation.status = success property.label colon: false - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label colon: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -47681,7 +47489,6 @@ exports[`Render validation.status = success property.label disabled: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label disabled: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -48067,7 +47874,6 @@ exports[`Render validation.status = success property.label disabled: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label disabled: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -48209,7 +48015,6 @@ exports[`Render validation.status = success property.label extra: extra text add aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label extra: extra text added_iconMin" - rename={Object {}} required={false} role="img" > @@ -48595,7 +48400,6 @@ exports[`Render validation.status = success property.label extra: extra text add aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label extra: extra text added_iconMax" - rename={Object {}} required={false} role="img" > @@ -48750,7 +48554,6 @@ exports[`Render validation.status = success property.label inline: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label inline: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -49136,7 +48939,6 @@ exports[`Render validation.status = success property.label inline: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label inline: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -49278,7 +49080,6 @@ exports[`Render validation.status = success property.label span: 5 - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label span: 5_iconMin" - rename={Object {}} required={false} role="img" > @@ -49664,7 +49465,6 @@ exports[`Render validation.status = success property.label span: 5 - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label span: 5_iconMax" - rename={Object {}} required={false} role="img" > @@ -49806,7 +49606,6 @@ exports[`Render validation.status = success property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.max: 14_iconMin" - rename={Object {}} required={false} role="img" > @@ -50296,7 +50095,6 @@ exports[`Render validation.status = success property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.max: 14_iconMax" - rename={Object {}} required={false} role="img" > @@ -50438,7 +50236,6 @@ exports[`Render validation.status = success property.maxIcon: SmileTwoTone - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.maxIcon: SmileTwoTone_iconMin" - rename={Object {}} required={false} role="img" > @@ -50824,7 +50621,6 @@ exports[`Render validation.status = success property.maxIcon: SmileTwoTone - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.maxIcon: SmileTwoTone_iconMax" - rename={Object {}} required={false} role="img" > @@ -50966,7 +50762,6 @@ exports[`Render validation.status = success property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.min: 3_iconMin" - rename={Object {}} required={false} role="img" > @@ -51274,7 +51069,6 @@ exports[`Render validation.status = success property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.min: 3_iconMax" - rename={Object {}} required={false} role="img" > @@ -51416,7 +51210,6 @@ exports[`Render validation.status = success property.minIcon: MehTwoTone - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.minIcon: MehTwoTone_iconMin" - rename={Object {}} required={false} role="img" > @@ -51802,7 +51595,6 @@ exports[`Render validation.status = success property.minIcon: MehTwoTone - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.minIcon: MehTwoTone_iconMax" - rename={Object {}} required={false} role="img" > @@ -51944,7 +51736,6 @@ exports[`Render validation.status = success property.notApplicableLabel: Not App aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMin" - rename={Object {}} required={false} role="img" > @@ -52330,7 +52121,6 @@ exports[`Render validation.status = success property.notApplicableLabel: Not App aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMax" - rename={Object {}} required={false} role="img" > @@ -52472,7 +52262,6 @@ exports[`Render validation.status = success property.showDots: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showDots: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -52546,7 +52335,6 @@ exports[`Render validation.status = success property.showDots: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showDots: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -52688,7 +52476,6 @@ exports[`Render validation.status = success property.showMarks: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showMarks: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -52859,7 +52646,6 @@ exports[`Render validation.status = success property.showMarks: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showMarks: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -53001,7 +52787,6 @@ exports[`Render validation.status = success property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.step: 2_iconMin" - rename={Object {}} required={false} role="img" > @@ -53257,7 +53042,6 @@ exports[`Render validation.status = success property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.step: 2_iconMax" - rename={Object {}} required={false} role="img" > @@ -53399,7 +53183,6 @@ exports[`Render validation.status = success property.tooltipVisible: always - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: always_iconMin" - rename={Object {}} required={false} role="img" > @@ -53785,7 +53568,6 @@ exports[`Render validation.status = success property.tooltipVisible: always - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: always_iconMax" - rename={Object {}} required={false} role="img" > @@ -53927,7 +53709,6 @@ exports[`Render validation.status = success property.tooltipVisible: never - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: never_iconMin" - rename={Object {}} required={false} role="img" > @@ -54313,7 +54094,6 @@ exports[`Render validation.status = success property.tooltipVisible: never - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: never_iconMax" - rename={Object {}} required={false} role="img" > @@ -54455,7 +54235,6 @@ exports[`Render validation.status = warning default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="default_iconMin" - rename={Object {}} required={false} role="img" > @@ -54841,7 +54620,6 @@ exports[`Render validation.status = warning default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="default_iconMax" - rename={Object {}} required={false} role="img" > @@ -54988,7 +54766,6 @@ exports[`Render validation.status = warning properties.inputStyle: CSS style app aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.inputStyle: CSS style applied_iconMin" - rename={Object {}} required={false} role="img" > @@ -55374,7 +55151,6 @@ exports[`Render validation.status = warning properties.inputStyle: CSS style app aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.inputStyle: CSS style applied_iconMax" - rename={Object {}} required={false} role="img" > @@ -55521,7 +55297,6 @@ exports[`Render validation.status = warning properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="properties.title_iconMin" - rename={Object {}} required={false} role="img" > @@ -55907,7 +55682,6 @@ exports[`Render validation.status = warning properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="properties.title_iconMax" - rename={Object {}} required={false} role="img" > @@ -56054,7 +55828,6 @@ exports[`Render validation.status = warning property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.color: #_iconMin" - rename={Object {}} required={false} role="img" > @@ -56440,7 +56213,6 @@ exports[`Render validation.status = warning property.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"#f44336\\"},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.color: #_iconMax" - rename={Object {}} required={false} role="img" > @@ -57021,7 +56793,6 @@ exports[`Render validation.status = warning property.disableNotApplicable: true aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disableNotApplicable: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -57407,7 +57178,6 @@ exports[`Render validation.status = warning property.disableNotApplicable: true aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disableNotApplicable: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -57554,7 +57324,6 @@ exports[`Render validation.status = warning property.disabled: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.disabled: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -57940,7 +57709,6 @@ exports[`Render validation.status = warning property.disabled: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.disabled: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -58087,7 +57855,6 @@ exports[`Render validation.status = warning property.label align: right - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label align: right_iconMin" - rename={Object {}} required={false} role="img" > @@ -58473,7 +58240,6 @@ exports[`Render validation.status = warning property.label align: right - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label align: right_iconMax" - rename={Object {}} required={false} role="img" > @@ -58620,7 +58386,6 @@ exports[`Render validation.status = warning property.label colon: false - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label colon: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -59006,7 +58771,6 @@ exports[`Render validation.status = warning property.label colon: false - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label colon: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -59141,7 +58905,6 @@ exports[`Render validation.status = warning property.label disabled: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label disabled: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -59527,7 +59290,6 @@ exports[`Render validation.status = warning property.label disabled: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label disabled: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -59674,7 +59436,6 @@ exports[`Render validation.status = warning property.label extra: extra text add aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label extra: extra text added_iconMin" - rename={Object {}} required={false} role="img" > @@ -60060,7 +59821,6 @@ exports[`Render validation.status = warning property.label extra: extra text add aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label extra: extra text added_iconMax" - rename={Object {}} required={false} role="img" > @@ -60215,7 +59975,6 @@ exports[`Render validation.status = warning property.label inline: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label inline: true_iconMin" - rename={Object {}} required={false} role="img" > @@ -60601,7 +60360,6 @@ exports[`Render validation.status = warning property.label inline: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label inline: true_iconMax" - rename={Object {}} required={false} role="img" > @@ -60748,7 +60506,6 @@ exports[`Render validation.status = warning property.label span: 5 - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.label span: 5_iconMin" - rename={Object {}} required={false} role="img" > @@ -61134,7 +60891,6 @@ exports[`Render validation.status = warning property.label span: 5 - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.label span: 5_iconMax" - rename={Object {}} required={false} role="img" > @@ -61281,7 +61037,6 @@ exports[`Render validation.status = warning property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.max: 14_iconMin" - rename={Object {}} required={false} role="img" > @@ -61771,7 +61526,6 @@ exports[`Render validation.status = warning property.max: 14 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.max: 14_iconMax" - rename={Object {}} required={false} role="img" > @@ -61918,7 +61672,6 @@ exports[`Render validation.status = warning property.maxIcon: SmileTwoTone - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.maxIcon: SmileTwoTone_iconMin" - rename={Object {}} required={false} role="img" > @@ -62304,7 +62057,6 @@ exports[`Render validation.status = warning property.maxIcon: SmileTwoTone - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.maxIcon: SmileTwoTone_iconMax" - rename={Object {}} required={false} role="img" > @@ -62451,7 +62203,6 @@ exports[`Render validation.status = warning property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.min: 3_iconMin" - rename={Object {}} required={false} role="img" > @@ -62759,7 +62510,6 @@ exports[`Render validation.status = warning property.min: 3 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.min: 3_iconMax" - rename={Object {}} required={false} role="img" > @@ -62906,7 +62656,6 @@ exports[`Render validation.status = warning property.minIcon: MehTwoTone - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.minIcon: MehTwoTone_iconMin" - rename={Object {}} required={false} role="img" > @@ -63292,7 +63041,6 @@ exports[`Render validation.status = warning property.minIcon: MehTwoTone - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.minIcon: MehTwoTone_iconMax" - rename={Object {}} required={false} role="img" > @@ -63439,7 +63187,6 @@ exports[`Render validation.status = warning property.notApplicableLabel: Not App aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMin" - rename={Object {}} required={false} role="img" > @@ -63825,7 +63572,6 @@ exports[`Render validation.status = warning property.notApplicableLabel: Not App aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.notApplicableLabel: Not Applicable_iconMax" - rename={Object {}} required={false} role="img" > @@ -63972,7 +63718,6 @@ exports[`Render validation.status = warning property.showDots: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showDots: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -64046,7 +63791,6 @@ exports[`Render validation.status = warning property.showDots: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showDots: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -64193,7 +63937,6 @@ exports[`Render validation.status = warning property.showMarks: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.showMarks: false_iconMin" - rename={Object {}} required={false} role="img" > @@ -64364,7 +64107,6 @@ exports[`Render validation.status = warning property.showMarks: false - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.showMarks: false_iconMax" - rename={Object {}} required={false} role="img" > @@ -64511,7 +64253,6 @@ exports[`Render validation.status = warning property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.step: 2_iconMin" - rename={Object {}} required={false} role="img" > @@ -64767,7 +64508,6 @@ exports[`Render validation.status = warning property.step: 2 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.step: 2_iconMax" - rename={Object {}} required={false} role="img" > @@ -64914,7 +64654,6 @@ exports[`Render validation.status = warning property.tooltipVisible: always - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: always_iconMin" - rename={Object {}} required={false} role="img" > @@ -65300,7 +65039,6 @@ exports[`Render validation.status = warning property.tooltipVisible: always - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: always_iconMax" - rename={Object {}} required={false} role="img" > @@ -65447,7 +65185,6 @@ exports[`Render validation.status = warning property.tooltipVisible: never - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 6px 0 0\\"}]}" id="property.tooltipVisible: never_iconMin" - rename={Object {}} required={false} role="img" > @@ -65833,7 +65570,6 @@ exports[`Render validation.status = warning property.tooltipVisible: never - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},{\\"flex\\":\\"0 0 1\\",\\"fontSize\\":\\"20px\\",\\"padding\\":\\"6px 0 0 6px\\"}]}" id="property.tooltipVisible: never_iconMax" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Selector.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Selector.test.js.snap index a438b846f..390b75390 100644 --- a/packages/blocksAntd/tests/__snapshots__/Selector.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Selector.test.js.snap @@ -2890,7 +2890,6 @@ exports[`Render properties.suffixIcon: DoubleLeftOutlined - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: DoubleLeftOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -5936,7 +5935,6 @@ exports[`Render required = true properties.suffixIcon: DoubleLeftOutlined - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: DoubleLeftOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -9615,7 +9613,6 @@ exports[`Render validation.status = error properties.suffixIcon: DoubleLeftOutli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: DoubleLeftOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -12719,7 +12716,6 @@ exports[`Render validation.status = null properties.suffixIcon: DoubleLeftOutlin aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: DoubleLeftOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -16293,7 +16289,6 @@ exports[`Render validation.status = success properties.suffixIcon: DoubleLeftOut aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: DoubleLeftOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -20020,7 +20015,6 @@ exports[`Render validation.status = warning properties.suffixIcon: DoubleLeftOut aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: DoubleLeftOutlined_suffixIcon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Statistic.mock.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Statistic.mock.test.js.snap index e504ee4b6..9a150040f 100644 --- a/packages/blocksAntd/tests/__snapshots__/Statistic.mock.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Statistic.mock.test.js.snap @@ -130,7 +130,6 @@ Array [ } } properties="AccountBookFilled" - rename={Object {}} required={false} user={Object {}} validation={ @@ -198,7 +197,6 @@ Array [ } } properties="AccountBookFilled" - rename={Object {}} required={false} user={Object {}} validation={ diff --git a/packages/blocksAntd/tests/__snapshots__/Statistic.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Statistic.test.js.snap index a8e1ac66f..98fe1bd70 100644 --- a/packages/blocksAntd/tests/__snapshots__/Statistic.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Statistic.test.js.snap @@ -154,7 +154,6 @@ exports[`Render properties.prefixIcon: AccountBookFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -256,7 +255,6 @@ exports[`Render properties.suffixIcon: AccountBookFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AccountBookFilled_suffixIcon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Switch.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Switch.test.js.snap index ae02446b7..b2d943dbc 100644 --- a/packages/blocksAntd/tests/__snapshots__/Switch.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Switch.test.js.snap @@ -51,7 +51,6 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -130,7 +129,6 @@ exports[`Render properties.autoFocus: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.autoFocus: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -208,7 +206,6 @@ exports[`Render properties.checkedIcon: CheckCircleOutlined - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedIcon: CheckCircleOutlined_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -286,7 +283,6 @@ exports[`Render properties.checkedText: Checked - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedText: Checked_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -364,7 +360,6 @@ exports[`Render properties.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.color: #_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -443,7 +438,6 @@ exports[`Render properties.disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disabled: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -521,7 +515,6 @@ exports[`Render properties.inputStyle: CSS style applied - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.inputStyle: CSS style applied_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -599,7 +592,6 @@ exports[`Render properties.label align: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label align: right_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -677,7 +669,6 @@ exports[`Render properties.label colon: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label colon: false_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -743,7 +734,6 @@ exports[`Render properties.label disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label disabled: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -821,7 +811,6 @@ exports[`Render properties.label extra: showing extra - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label extra: showing extra_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -912,7 +901,6 @@ exports[`Render properties.label inline: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label inline: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -990,7 +978,6 @@ exports[`Render properties.label span: 4 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label span: 4_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -1068,7 +1055,6 @@ exports[`Render properties.size: small - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.size: small_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -1146,7 +1132,6 @@ exports[`Render properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -1224,7 +1209,6 @@ exports[`Render properties.uncheckedIcon: UnlockFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.uncheckedIcon: UnlockFilled_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -1360,7 +1344,6 @@ exports[`Render required = true default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -1439,7 +1422,6 @@ exports[`Render required = true properties.autoFocus: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.autoFocus: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -1517,7 +1499,6 @@ exports[`Render required = true properties.checkedIcon: CheckCircleOutlined - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedIcon: CheckCircleOutlined_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -1595,7 +1576,6 @@ exports[`Render required = true properties.checkedText: Checked - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedText: Checked_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -1673,7 +1653,6 @@ exports[`Render required = true properties.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.color: #_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -1752,7 +1731,6 @@ exports[`Render required = true properties.disabled: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disabled: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -1830,7 +1808,6 @@ exports[`Render required = true properties.inputStyle: CSS style applied - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.inputStyle: CSS style applied_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -1908,7 +1885,6 @@ exports[`Render required = true properties.label align: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label align: right_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -1986,7 +1962,6 @@ exports[`Render required = true properties.label colon: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label colon: false_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -2052,7 +2027,6 @@ exports[`Render required = true properties.label disabled: true - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label disabled: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -2130,7 +2104,6 @@ exports[`Render required = true properties.label extra: showing extra - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label extra: showing extra_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -2221,7 +2194,6 @@ exports[`Render required = true properties.label inline: true - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label inline: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -2299,7 +2271,6 @@ exports[`Render required = true properties.label span: 4 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label span: 4_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -2377,7 +2348,6 @@ exports[`Render required = true properties.size: small - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.size: small_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -2455,7 +2425,6 @@ exports[`Render required = true properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -2533,7 +2502,6 @@ exports[`Render required = true properties.uncheckedIcon: UnlockFilled - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.uncheckedIcon: UnlockFilled_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -2669,7 +2637,6 @@ exports[`Render validation.status = error default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -2777,7 +2744,6 @@ exports[`Render validation.status = error properties.autoFocus: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.autoFocus: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -2884,7 +2850,6 @@ exports[`Render validation.status = error properties.checkedIcon: CheckCircleOut aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedIcon: CheckCircleOutlined_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -2991,7 +2956,6 @@ exports[`Render validation.status = error properties.checkedText: Checked - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedText: Checked_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -3098,7 +3062,6 @@ exports[`Render validation.status = error properties.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.color: #_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -3206,7 +3169,6 @@ exports[`Render validation.status = error properties.disabled: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disabled: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -3313,7 +3275,6 @@ exports[`Render validation.status = error properties.inputStyle: CSS style appli aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.inputStyle: CSS style applied_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -3420,7 +3381,6 @@ exports[`Render validation.status = error properties.label align: right - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label align: right_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -3527,7 +3487,6 @@ exports[`Render validation.status = error properties.label colon: false - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label colon: false_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -3622,7 +3581,6 @@ exports[`Render validation.status = error properties.label disabled: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label disabled: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -3729,7 +3687,6 @@ exports[`Render validation.status = error properties.label extra: showing extra aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label extra: showing extra_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -3844,7 +3801,6 @@ exports[`Render validation.status = error properties.label inline: true - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label inline: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -3951,7 +3907,6 @@ exports[`Render validation.status = error properties.label span: 4 - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label span: 4_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -4058,7 +4013,6 @@ exports[`Render validation.status = error properties.size: small - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.size: small_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -4165,7 +4119,6 @@ exports[`Render validation.status = error properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -4272,7 +4225,6 @@ exports[`Render validation.status = error properties.uncheckedIcon: UnlockFilled aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.uncheckedIcon: UnlockFilled_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -4466,7 +4418,6 @@ exports[`Render validation.status = null default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -4545,7 +4496,6 @@ exports[`Render validation.status = null properties.autoFocus: true - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.autoFocus: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -4623,7 +4573,6 @@ exports[`Render validation.status = null properties.checkedIcon: CheckCircleOutl aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedIcon: CheckCircleOutlined_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -4701,7 +4650,6 @@ exports[`Render validation.status = null properties.checkedText: Checked - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedText: Checked_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -4779,7 +4727,6 @@ exports[`Render validation.status = null properties.color: # - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.color: #_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -4858,7 +4805,6 @@ exports[`Render validation.status = null properties.disabled: true - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disabled: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -4936,7 +4882,6 @@ exports[`Render validation.status = null properties.inputStyle: CSS style applie aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.inputStyle: CSS style applied_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -5014,7 +4959,6 @@ exports[`Render validation.status = null properties.label align: right - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label align: right_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -5092,7 +5036,6 @@ exports[`Render validation.status = null properties.label colon: false - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label colon: false_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -5158,7 +5101,6 @@ exports[`Render validation.status = null properties.label disabled: true - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label disabled: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -5236,7 +5178,6 @@ exports[`Render validation.status = null properties.label extra: showing extra - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label extra: showing extra_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -5327,7 +5268,6 @@ exports[`Render validation.status = null properties.label inline: true - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label inline: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -5405,7 +5345,6 @@ exports[`Render validation.status = null properties.label span: 4 - value[0] 1`] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label span: 4_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -5483,7 +5422,6 @@ exports[`Render validation.status = null properties.size: small - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.size: small_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -5561,7 +5499,6 @@ exports[`Render validation.status = null properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -5639,7 +5576,6 @@ exports[`Render validation.status = null properties.uncheckedIcon: UnlockFilled aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.uncheckedIcon: UnlockFilled_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -5775,7 +5711,6 @@ exports[`Render validation.status = success default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -5878,7 +5813,6 @@ exports[`Render validation.status = success properties.autoFocus: true - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.autoFocus: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -5980,7 +5914,6 @@ exports[`Render validation.status = success properties.checkedIcon: CheckCircleO aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedIcon: CheckCircleOutlined_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -6082,7 +6015,6 @@ exports[`Render validation.status = success properties.checkedText: Checked - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedText: Checked_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -6184,7 +6116,6 @@ exports[`Render validation.status = success properties.color: # - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.color: #_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -6287,7 +6218,6 @@ exports[`Render validation.status = success properties.disabled: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disabled: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -6389,7 +6319,6 @@ exports[`Render validation.status = success properties.inputStyle: CSS style app aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.inputStyle: CSS style applied_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -6491,7 +6420,6 @@ exports[`Render validation.status = success properties.label align: right - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label align: right_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -6593,7 +6521,6 @@ exports[`Render validation.status = success properties.label colon: false - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label colon: false_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -6683,7 +6610,6 @@ exports[`Render validation.status = success properties.label disabled: true - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label disabled: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -6785,7 +6711,6 @@ exports[`Render validation.status = success properties.label extra: showing extr aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label extra: showing extra_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -6900,7 +6825,6 @@ exports[`Render validation.status = success properties.label inline: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label inline: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -7002,7 +6926,6 @@ exports[`Render validation.status = success properties.label span: 4 - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label span: 4_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -7104,7 +7027,6 @@ exports[`Render validation.status = success properties.size: small - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.size: small_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -7206,7 +7128,6 @@ exports[`Render validation.status = success properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -7308,7 +7229,6 @@ exports[`Render validation.status = success properties.uncheckedIcon: UnlockFill aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.uncheckedIcon: UnlockFilled_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -7492,7 +7412,6 @@ exports[`Render validation.status = warning default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -7600,7 +7519,6 @@ exports[`Render validation.status = warning properties.autoFocus: true - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.autoFocus: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -7707,7 +7625,6 @@ exports[`Render validation.status = warning properties.checkedIcon: CheckCircleO aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedIcon: CheckCircleOutlined_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -7814,7 +7731,6 @@ exports[`Render validation.status = warning properties.checkedText: Checked - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.checkedText: Checked_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -7921,7 +7837,6 @@ exports[`Render validation.status = warning properties.color: # - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.color: #_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -8029,7 +7944,6 @@ exports[`Render validation.status = warning properties.disabled: true - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.disabled: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -8136,7 +8050,6 @@ exports[`Render validation.status = warning properties.inputStyle: CSS style app aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.inputStyle: CSS style applied_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -8243,7 +8156,6 @@ exports[`Render validation.status = warning properties.label align: right - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label align: right_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -8350,7 +8262,6 @@ exports[`Render validation.status = warning properties.label colon: false - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label colon: false_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -8445,7 +8356,6 @@ exports[`Render validation.status = warning properties.label disabled: true - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label disabled: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -8552,7 +8462,6 @@ exports[`Render validation.status = warning properties.label extra: showing extr aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label extra: showing extra_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -8667,7 +8576,6 @@ exports[`Render validation.status = warning properties.label inline: true - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label inline: true_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -8774,7 +8682,6 @@ exports[`Render validation.status = warning properties.label span: 4 - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.label span: 4_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -8881,7 +8788,6 @@ exports[`Render validation.status = warning properties.size: small - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.size: small_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -8988,7 +8894,6 @@ exports[`Render validation.status = warning properties.title - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.title_uncheckedIcon" - rename={Object {}} required={false} role="img" > @@ -9095,7 +9000,6 @@ exports[`Render validation.status = warning properties.uncheckedIcon: UnlockFill aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.uncheckedIcon: UnlockFilled_uncheckedIcon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/TextInput.test.js.snap b/packages/blocksAntd/tests/__snapshots__/TextInput.test.js.snap index 5a2dabfa8..b536f28c0 100644 --- a/packages/blocksAntd/tests/__snapshots__/TextInput.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/TextInput.test.js.snap @@ -980,7 +980,6 @@ exports[`Render properties.prefixIcon.size: 24 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.prefixIcon.size: 24_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -1087,7 +1086,6 @@ exports[`Render properties.prefixIcon: AccountBookFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -1468,7 +1466,6 @@ exports[`Render properties.suffixIcon.size 24 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.suffixIcon.size 24_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -1571,7 +1568,6 @@ exports[`Render properties.suffixIcon: AlertFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AlertFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -2658,7 +2654,6 @@ exports[`Render required = true properties.prefixIcon.size: 24 - value[0] 1`] = aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.prefixIcon.size: 24_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -2765,7 +2760,6 @@ exports[`Render required = true properties.prefixIcon: AccountBookFilled - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -3146,7 +3140,6 @@ exports[`Render required = true properties.suffixIcon.size 24 - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.suffixIcon.size 24_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -3249,7 +3242,6 @@ exports[`Render required = true properties.suffixIcon: AlertFilled - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AlertFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -4679,7 +4671,6 @@ exports[`Render validation.status = error properties.prefixIcon.size: 24 - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.prefixIcon.size: 24_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -4815,7 +4806,6 @@ exports[`Render validation.status = error properties.prefixIcon: AccountBookFill aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -5312,7 +5302,6 @@ exports[`Render validation.status = error properties.suffixIcon.size 24 - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.suffixIcon.size 24_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -5444,7 +5433,6 @@ exports[`Render validation.status = error properties.suffixIcon: AlertFilled - v aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AlertFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -6589,7 +6577,6 @@ exports[`Render validation.status = null properties.prefixIcon.size: 24 - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.prefixIcon.size: 24_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -6696,7 +6683,6 @@ exports[`Render validation.status = null properties.prefixIcon: AccountBookFille aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -7077,7 +7063,6 @@ exports[`Render validation.status = null properties.suffixIcon.size 24 - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.suffixIcon.size 24_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -7180,7 +7165,6 @@ exports[`Render validation.status = null properties.suffixIcon: AlertFilled - va aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AlertFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -8555,7 +8539,6 @@ exports[`Render validation.status = success properties.prefixIcon.size: 24 - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.prefixIcon.size: 24_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -8686,7 +8669,6 @@ exports[`Render validation.status = success properties.prefixIcon: AccountBookFi aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -9163,7 +9145,6 @@ exports[`Render validation.status = success properties.suffixIcon.size 24 - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.suffixIcon.size 24_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -9290,7 +9271,6 @@ exports[`Render validation.status = success properties.suffixIcon: AlertFilled - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AlertFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -10768,7 +10748,6 @@ exports[`Render validation.status = warning properties.prefixIcon.size: 24 - val aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.prefixIcon.size: 24_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -10904,7 +10883,6 @@ exports[`Render validation.status = warning properties.prefixIcon: AccountBookFi aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.prefixIcon: AccountBookFilled_prefixIcon" - rename={Object {}} required={false} role="img" > @@ -11401,7 +11379,6 @@ exports[`Render validation.status = warning properties.suffixIcon.size 24 - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"fontSize\\":24},null]}" id="properties.suffixIcon.size 24_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -11533,7 +11510,6 @@ exports[`Render validation.status = warning properties.suffixIcon: AlertFilled - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.suffixIcon: AlertFilled_suffixIcon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/Title.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Title.test.js.snap index 76b86ab85..f294e0065 100644 --- a/packages/blocksAntd/tests/__snapshots__/Title.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Title.test.js.snap @@ -79,7 +79,6 @@ exports[`Render properties.copyable: icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -137,7 +136,6 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -160,7 +158,6 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/TitleInput.test.js.snap b/packages/blocksAntd/tests/__snapshots__/TitleInput.test.js.snap index 96ea5ec75..26de8acc1 100644 --- a/packages/blocksAntd/tests/__snapshots__/TitleInput.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/TitleInput.test.js.snap @@ -243,7 +243,6 @@ exports[`Render properties.copyable: icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -342,7 +341,6 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -365,7 +363,6 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > @@ -2026,7 +2023,6 @@ exports[`Render required = true properties.copyable: icon - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -2125,7 +2121,6 @@ exports[`Render required = true properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -2148,7 +2143,6 @@ exports[`Render required = true properties.copyable: icon: [] - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > @@ -3809,7 +3803,6 @@ exports[`Render validation.status = error properties.copyable: icon - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -3908,7 +3901,6 @@ exports[`Render validation.status = error properties.copyable: icon: [] - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -3931,7 +3923,6 @@ exports[`Render validation.status = error properties.copyable: icon: [] - value[ aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > @@ -5592,7 +5583,6 @@ exports[`Render validation.status = null properties.copyable: icon - value[0] 1` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -5691,7 +5681,6 @@ exports[`Render validation.status = null properties.copyable: icon: [] - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -5714,7 +5703,6 @@ exports[`Render validation.status = null properties.copyable: icon: [] - value[0 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > @@ -7375,7 +7363,6 @@ exports[`Render validation.status = success properties.copyable: icon - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -7474,7 +7461,6 @@ exports[`Render validation.status = success properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -7497,7 +7483,6 @@ exports[`Render validation.status = success properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > @@ -9158,7 +9143,6 @@ exports[`Render validation.status = warning properties.copyable: icon - value[0] aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon_copyable_icon" - rename={Object {}} required={false} role="img" > @@ -9257,7 +9241,6 @@ exports[`Render validation.status = warning properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_before_icon" - rename={Object {}} required={false} role="img" > @@ -9280,7 +9263,6 @@ exports[`Render validation.status = warning properties.copyable: icon: [] - valu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.copyable: icon: []_copyable_after_icon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/UserAvatar.test.js.snap b/packages/blocksAntd/tests/__snapshots__/UserAvatar.test.js.snap index 03a9c9adc..f26fed78b 100644 --- a/packages/blocksAntd/tests/__snapshots__/UserAvatar.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/UserAvatar.test.js.snap @@ -11,7 +11,6 @@ exports[`Render default - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="default_button_icon" - rename={Object {}} required={false} role="img" > @@ -47,7 +46,6 @@ exports[`Render properties.avatar.shape: square - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.avatar.shape: square_button_icon" - rename={Object {}} required={false} role="img" > @@ -85,7 +83,6 @@ exports[`Render properties.loggedIn: false - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.loggedIn: false_button_icon" - rename={Object {}} required={false} role="img" > @@ -121,7 +118,6 @@ exports[`Render properties.loginButton - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.loginButton_button_icon" - rename={Object {}} required={false} role="img" > @@ -157,7 +153,6 @@ exports[`Render properties.name - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.name_button_icon" - rename={Object {}} required={false} role="img" > @@ -193,7 +188,6 @@ exports[`Render properties.showName: left - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.showName: left_button_icon" - rename={Object {}} required={false} role="img" > @@ -229,7 +223,6 @@ exports[`Render properties.showName: none - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.showName: none_button_icon" - rename={Object {}} required={false} role="img" > @@ -265,7 +258,6 @@ exports[`Render properties.showName: right - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.showName: right_button_icon" - rename={Object {}} required={false} role="img" > @@ -301,7 +293,6 @@ exports[`Render properties.theme: dark - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="properties.theme: dark_button_icon" - rename={Object {}} required={false} role="img" > diff --git a/packages/blocksAntd/tests/__snapshots__/WeekSelector.test.js.snap b/packages/blocksAntd/tests/__snapshots__/WeekSelector.test.js.snap index 304104c7e..d6756641c 100644 --- a/packages/blocksAntd/tests/__snapshots__/WeekSelector.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/WeekSelector.test.js.snap @@ -1361,7 +1361,6 @@ exports[`Render property.suffixIcon: CalendarFilled - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -1456,7 +1455,6 @@ exports[`Render property.suffixIcon: CalendarFilled.blue - value[0] 1`] = ` aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -2846,7 +2844,6 @@ exports[`Render required = true property.suffixIcon: CalendarFilled - value[0] 1 aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -2941,7 +2938,6 @@ exports[`Render required = true property.suffixIcon: CalendarFilled.blue - value aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -4877,7 +4873,6 @@ exports[`Render validation.status = error property.suffixIcon: CalendarFilled - aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -5001,7 +4996,6 @@ exports[`Render validation.status = error property.suffixIcon: CalendarFilled.bl aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -6420,7 +6414,6 @@ exports[`Render validation.status = null property.suffixIcon: CalendarFilled - v aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -6515,7 +6508,6 @@ exports[`Render validation.status = null property.suffixIcon: CalendarFilled.blu aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -8361,7 +8353,6 @@ exports[`Render validation.status = success property.suffixIcon: CalendarFilled aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -8480,7 +8471,6 @@ exports[`Render validation.status = success property.suffixIcon: CalendarFilled. aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -10440,7 +10430,6 @@ exports[`Render validation.status = warning property.suffixIcon: CalendarFilled aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{},null]}" id="property.suffixIcon: CalendarFilled_suffixIcon" - rename={Object {}} required={false} role="img" > @@ -10564,7 +10553,6 @@ exports[`Render validation.status = warning property.suffixIcon: CalendarFilled. aria-label="loading-3-quarters" className="anticon anticon-loading-3-quarters {\\"style\\":[{\\"color\\":\\"blue\\"},null]}" id="property.suffixIcon: CalendarFilled.blue_suffixIcon" - rename={Object {}} required={false} role="img" > From 266b440f7b2acf5986e554fd3be8636173553409 Mon Sep 17 00:00:00 2001 From: Gervwyk Date: Mon, 23 Nov 2020 16:06:47 +0200 Subject: [PATCH 5/7] chore: cleanup --- packages/blockTools/src/blockDefaultProps.test.js | 1 - packages/blocksAntd/demo/Examples.js | 2 +- packages/blocksAntd/demo/examples/Drawer.yaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/blockTools/src/blockDefaultProps.test.js b/packages/blockTools/src/blockDefaultProps.test.js index 8abf6e32c..1e199b72a 100644 --- a/packages/blockTools/src/blockDefaultProps.test.js +++ b/packages/blockTools/src/blockDefaultProps.test.js @@ -44,7 +44,6 @@ test('default', () => { "registerMethod": [Function], }, "properties": Object {}, - "rename": Object {}, "required": false, "user": Object {}, "validation": Object { diff --git a/packages/blocksAntd/demo/Examples.js b/packages/blocksAntd/demo/Examples.js index cae54da12..bd80cf09a 100644 --- a/packages/blocksAntd/demo/Examples.js +++ b/packages/blocksAntd/demo/Examples.js @@ -28,7 +28,7 @@ const logger = console.log; const Examples = ({ type, Component }) => { const [showYaml, toggelYaml] = useState(true); - // duplicate imported yaml to be mutabile + // duplicate imported yaml to be mutable const examples = JSON.parse(JSON.stringify(require(`./examples/${type}.yaml`))); const meta = require(`../src/blocks/${type}/${type}.json`); const values = diff --git a/packages/blocksAntd/demo/examples/Drawer.yaml b/packages/blocksAntd/demo/examples/Drawer.yaml index b89302fef..d034a83d1 100644 --- a/packages/blocksAntd/demo/examples/Drawer.yaml +++ b/packages/blocksAntd/demo/examples/Drawer.yaml @@ -8,7 +8,7 @@ type: Drawer properties: closable: false -- id: "properties.title" +- id: "properties.mask" type: Drawer properties: mask: false From 84ca8340b9b4047334b847469766385b54c44483 Mon Sep 17 00:00:00 2001 From: Gervwyk Date: Mon, 23 Nov 2020 16:14:52 +0200 Subject: [PATCH 6/7] fix(blocksAntd): cleanup methods and useEffect on blocks --- .../blocksAntd/src/blocks/Avatar/Avatar.js | 6 +- .../src/blocks/ConfirmModal/ConfirmModal.js | 15 +- .../src/blocks/ConfirmModal/ConfirmModal.json | 14 +- .../blocks/ControlledList/ControlledList.js | 2 +- .../blocksAntd/src/blocks/Drawer/Drawer.js | 32 +- .../blocksAntd/src/blocks/Drawer/Drawer.json | 7 +- .../blocksAntd/src/blocks/Message/Message.js | 6 +- .../src/blocks/Message/Message.json | 3 +- packages/blocksAntd/src/blocks/Modal/Modal.js | 24 +- .../blocksAntd/src/blocks/Modal/Modal.json | 14 +- .../src/blocks/Notification/Notification.js | 8 +- .../src/blocks/Notification/Notification.json | 6 +- .../src/blocks/PageHCF/PageHCF.json | 2 +- packages/blocksAntd/src/blocks/Sider/Sider.js | 38 ++- .../blocksAntd/src/blocks/Sider/Sider.json | 34 ++- .../src/blocks/UserAvatar/UserAvatar.js | 2 +- .../__snapshots__/ConfirmModal.test.js.snap | 80 ++++- .../tests/__snapshots__/Drawer.test.js.snap | 284 +++++++++--------- 18 files changed, 362 insertions(+), 215 deletions(-) diff --git a/packages/blocksAntd/src/blocks/Avatar/Avatar.js b/packages/blocksAntd/src/blocks/Avatar/Avatar.js index 551a7169c..83db6914d 100644 --- a/packages/blocksAntd/src/blocks/Avatar/Avatar.js +++ b/packages/blocksAntd/src/blocks/Avatar/Avatar.js @@ -19,7 +19,7 @@ import { blockDefaultProps } from '@lowdefy/block-tools'; import { Avatar } from 'antd'; import Icon from '../Icon/Icon'; -const AvatarBlock = ({ actions, blockId, methods, onClick, properties }) => ( +const AvatarBlock = ({ actions, blockId, methods, properties }) => ( ( shape={properties.shape} size={properties.size} src={properties.src} - onClick={onClick || (() => methods.callAction({ action: 'onClick' }))} + onClick={() => methods.callAction({ action: 'onClick' })} className={methods.makeCssClass([ { backgroundColor: !properties.src && properties.color, - cursor: (onClick || actions.onClick) && 'pointer', + cursor: actions.onClick && 'pointer', }, properties.style, ])} diff --git a/packages/blocksAntd/src/blocks/ConfirmModal/ConfirmModal.js b/packages/blocksAntd/src/blocks/ConfirmModal/ConfirmModal.js index b30745dfc..b64c900a1 100644 --- a/packages/blocksAntd/src/blocks/ConfirmModal/ConfirmModal.js +++ b/packages/blocksAntd/src/blocks/ConfirmModal/ConfirmModal.js @@ -19,7 +19,7 @@ import { Modal } from 'antd'; import { blockDefaultProps } from '@lowdefy/block-tools'; import Icon from '../Icon/Icon'; -const ConfirmModal = ({ blockId, content, methods, onCancel, onOk, properties }) => { +const ConfirmModal = ({ blockId, content, methods, properties }) => { useEffect(() => { methods.registerMethod('open', (args = {}) => { const additionalProps = {}; @@ -28,6 +28,7 @@ const ConfirmModal = ({ blockId, content, methods, onCancel, onOk, properties }) ); } + methods.callAction({ action: 'onOpen' }); Modal[args.status || properties.status || 'confirm']({ id: `${blockId}_confirm_modal`, title: properties.title, @@ -42,12 +43,18 @@ const ConfirmModal = ({ blockId, content, methods, onCancel, onOk, properties }) maskClosable: properties.maskClosable || false, width: properties.width, zIndex: properties.zIndex, - onOk: onOk || (() => methods.callAction({ action: 'onOk' })), - onCancel: onCancel || (() => methods.callAction({ action: 'onCancel' })), + onOk: async () => { + await methods.callAction({ action: 'onOk' }); + methods.callAction({ action: 'onClose' }); + }, + onCancel: async () => { + await methods.callAction({ action: 'onCancel' }); + methods.callAction({ action: 'onClose' }); + }, ...additionalProps, }); }); - }, [methods.registerMethod]); + }); return
; }; diff --git a/packages/blocksAntd/src/blocks/ConfirmModal/ConfirmModal.json b/packages/blocksAntd/src/blocks/ConfirmModal/ConfirmModal.json index 744926ec1..fb9acc6b8 100644 --- a/packages/blocksAntd/src/blocks/ConfirmModal/ConfirmModal.json +++ b/packages/blocksAntd/src/blocks/ConfirmModal/ConfirmModal.json @@ -110,10 +110,20 @@ "additionalProperties": false, "properties": { "onOk": { - "type": "array" + "type": "array", + "description": "Triggers actions when Ok button is clicked." + }, + "onOpen": { + "type": "array", + "description": "Triggers actions when modal is opened." }, "onCancel": { - "type": "array" + "type": "array", + "description": "Triggers actions when Cancel button is clicked." + }, + "onClose": { + "type": "array", + "description": "Triggered after onOk or onCancel actions are completed." } } } diff --git a/packages/blocksAntd/src/blocks/ControlledList/ControlledList.js b/packages/blocksAntd/src/blocks/ControlledList/ControlledList.js index 2fb65d6bb..5845ea668 100644 --- a/packages/blocksAntd/src/blocks/ControlledList/ControlledList.js +++ b/packages/blocksAntd/src/blocks/ControlledList/ControlledList.js @@ -28,7 +28,7 @@ const ControlledListBlock = ({ blockId, properties, list, methods }) => { methods.registerMethod('removeItem', methods.removeItem); methods.registerMethod('moveItemDown', methods.moveItemDown); methods.registerMethod('moveItemUp', methods.moveItemUp); - }, []); + }); const styles = { header: { display: 'flex', diff --git a/packages/blocksAntd/src/blocks/Drawer/Drawer.js b/packages/blocksAntd/src/blocks/Drawer/Drawer.js index 63e603363..d9f94646d 100644 --- a/packages/blocksAntd/src/blocks/Drawer/Drawer.js +++ b/packages/blocksAntd/src/blocks/Drawer/Drawer.js @@ -19,14 +19,26 @@ import { Drawer } from 'antd'; import { type } from '@lowdefy/helpers'; import { blockDefaultProps } from '@lowdefy/block-tools'; -const DrawerBlock = ({ blockId, content, properties, methods, onClose }) => { +const triggerSetOpen = ({ state, setOpen, methods }) => { + if (!state) { + methods.callAction({ action: 'onClose' }); + } + if (state) { + methods.callAction({ action: 'onOpen' }); + } + setOpen(state); +}; + +const DrawerBlock = ({ blockId, content, properties, methods }) => { const [openState, setOpen] = useState(false); useEffect(() => { - methods.registerMethod('toggleOpen', () => { - setOpen(!openState); - }); - methods.registerMethod('setOpen', ({ open }) => setOpen(!!open)); - }, [methods.registerMethod, setOpen]); + methods.registerMethod('toggleOpen', () => + triggerSetOpen({ state: !openState, setOpen, methods }) + ); + methods.registerMethod('setOpen', ({ open }) => + triggerSetOpen({ state: !!open, setOpen, methods }) + ); + }); return ( { zIndex={properties.zIndex} placement={properties.placement} keyboard={properties.keyboard} - onClose={ - onClose || - (() => { - methods.callAction({ action: 'onClose' }); - setOpen(false); - }) - } + onClose={() => triggerSetOpen({ state: false, setOpen, methods })} drawerStyle={methods.makeCssClass(properties.drawerStyle, { styleObjectOnly: true })} headerStyle={methods.makeCssClass(properties.headerStyle, { styleObjectOnly: true })} bodyStyle={methods.makeCssClass(properties.bodyStyle, { styleObjectOnly: true })} diff --git a/packages/blocksAntd/src/blocks/Drawer/Drawer.json b/packages/blocksAntd/src/blocks/Drawer/Drawer.json index cd03a37a8..5b64e6c96 100644 --- a/packages/blocksAntd/src/blocks/Drawer/Drawer.json +++ b/packages/blocksAntd/src/blocks/Drawer/Drawer.json @@ -93,7 +93,12 @@ "additionalProperties": false, "properties": { "onClose": { - "type": "array" + "type": "array", + "description": "Triggers actions when drawer is closed." + }, + "onOpen": { + "type": "array", + "description": "Triggers actions when modal is opened." } } } diff --git a/packages/blocksAntd/src/blocks/Message/Message.js b/packages/blocksAntd/src/blocks/Message/Message.js index ac1a1a9ff..cde7c7b32 100644 --- a/packages/blocksAntd/src/blocks/Message/Message.js +++ b/packages/blocksAntd/src/blocks/Message/Message.js @@ -21,21 +21,21 @@ import { blockDefaultProps } from '@lowdefy/block-tools'; import Icon from '../Icon/Icon'; -const MessageBlock = ({ blockId, properties, methods, onClose }) => { +const MessageBlock = ({ blockId, properties, methods }) => { useEffect(() => { methods.registerMethod('open', (args = {}) => { message[args.status || properties.status || 'success']({ id: `${blockId}_message`, content: args.content || properties.content || blockId, duration: type.isNone(args.duration) ? properties.duration : args.duration, - onClose: onClose || (() => methods.callAction({ action: 'onClose' })), + onClose: () => methods.callAction({ action: 'onClose' }), icon: properties.icon && ( ), className: methods.makeCssClass(properties.messageStyle), }); }); - }, [methods.registerMethod]); + }); return
; }; diff --git a/packages/blocksAntd/src/blocks/Message/Message.json b/packages/blocksAntd/src/blocks/Message/Message.json index a2be38466..b8f12fa65 100644 --- a/packages/blocksAntd/src/blocks/Message/Message.json +++ b/packages/blocksAntd/src/blocks/Message/Message.json @@ -62,7 +62,8 @@ "additionalProperties": false, "properties": { "onClose": { - "type": "array" + "type": "array", + "description": "Triggers actions when message is closed." } } } diff --git a/packages/blocksAntd/src/blocks/Modal/Modal.js b/packages/blocksAntd/src/blocks/Modal/Modal.js index 177a3a982..49304a796 100644 --- a/packages/blocksAntd/src/blocks/Modal/Modal.js +++ b/packages/blocksAntd/src/blocks/Modal/Modal.js @@ -19,12 +19,26 @@ import { blockDefaultProps } from '@lowdefy/block-tools'; import { get, type } from '@lowdefy/helpers'; import { Modal } from 'antd'; +const triggerSetOpen = ({ state, setOpen, methods }) => { + if (!state) { + methods.callAction({ action: 'onClose' }); + } + if (state) { + methods.callAction({ action: 'onOpen' }); + } + setOpen(state); +}; + const ModalBlock = ({ blockId, content, properties, actions, methods }) => { const [openState, setOpen] = useState(false); useEffect(() => { - methods.registerMethod('toggleOpen', () => setOpen(!openState)); - methods.registerMethod('setOpen', ({ open }) => setOpen(!!open)); - }, [methods.registerMethod, setOpen]); + methods.registerMethod('toggleOpen', () => + triggerSetOpen({ state: !openState, setOpen, methods }) + ); + methods.registerMethod('setOpen', ({ open }) => + triggerSetOpen({ state: !!open, setOpen, methods }) + ); + }); const extraProps = {}; if (content.footer) { extraProps.footer = content.footer(); @@ -42,11 +56,11 @@ const ModalBlock = ({ blockId, content, properties, actions, methods }) => { onOk={async () => { await methods.callAction({ action: 'onOk' }); // the visible should only close if actions finished successfully - setOpen(false); + triggerSetOpen({ state: false, setOpen, methods }); }} onCancel={async () => { await methods.callAction({ action: 'onCancel' }); - setOpen(false); + triggerSetOpen({ state: false, setOpen, methods }); }} afterClose={() => methods.callAction({ action: 'afterClose' })} confirmLoading={get(actions, 'onOk.loading')} diff --git a/packages/blocksAntd/src/blocks/Modal/Modal.json b/packages/blocksAntd/src/blocks/Modal/Modal.json index e1130dcce..24321ed37 100644 --- a/packages/blocksAntd/src/blocks/Modal/Modal.json +++ b/packages/blocksAntd/src/blocks/Modal/Modal.json @@ -92,10 +92,20 @@ "additionalProperties": false, "properties": { "onOk": { - "type": "array" + "type": "array", + "description": "Triggers actions when Ok button is clicked." + }, + "onOpen": { + "type": "array", + "description": "Triggers actions when modal is opened." }, "onCancel": { - "type": "array" + "type": "array", + "description": "Triggers actions when Cancel button is clicked." + }, + "onClose": { + "type": "array", + "description": "Triggers after onOk or onCancel is completed." } } } diff --git a/packages/blocksAntd/src/blocks/Notification/Notification.js b/packages/blocksAntd/src/blocks/Notification/Notification.js index 0c65906d4..b872a2fca 100644 --- a/packages/blocksAntd/src/blocks/Notification/Notification.js +++ b/packages/blocksAntd/src/blocks/Notification/Notification.js @@ -21,7 +21,7 @@ import { type } from '@lowdefy/helpers'; import Button from '../Button/Button'; import Icon from '../Icon/Icon'; -const NotificationBlock = ({ blockId, properties, methods, onClose, onClick }) => { +const NotificationBlock = ({ blockId, properties, methods }) => { useEffect(() => { methods.registerMethod('open', (args = {}) => { notification[args.status || properties.status || 'success']({ @@ -47,13 +47,13 @@ const NotificationBlock = ({ blockId, properties, methods, onClose, onClick }) = /> ), message: args.message || properties.message || blockId, - onClose: onClose || (() => methods.callAction({ action: 'onClose' })), - onClick: onClick || (() => methods.callAction({ action: 'onClick' })), + onClose: () => methods.callAction({ action: 'onClose' }), + onClick: () => methods.callAction({ action: 'onClick' }), placement: properties.placement, top: properties.top, }); }); - }, [methods.registerMethod]); + }); return
; }; diff --git a/packages/blocksAntd/src/blocks/Notification/Notification.json b/packages/blocksAntd/src/blocks/Notification/Notification.json index 2ed97e078..33aab50e3 100644 --- a/packages/blocksAntd/src/blocks/Notification/Notification.json +++ b/packages/blocksAntd/src/blocks/Notification/Notification.json @@ -95,10 +95,12 @@ "additionalProperties": false, "properties": { "onClose": { - "type": "array" + "type": "array", + "description": "Triggers actions when notification is closed." }, "onClick": { - "type": "array" + "type": "array", + "description": "Triggers actions when notification is clicked." } } } diff --git a/packages/blocksAntd/src/blocks/PageHCF/PageHCF.json b/packages/blocksAntd/src/blocks/PageHCF/PageHCF.json index 9a3ca44d7..199042bad 100644 --- a/packages/blocksAntd/src/blocks/PageHCF/PageHCF.json +++ b/packages/blocksAntd/src/blocks/PageHCF/PageHCF.json @@ -44,7 +44,7 @@ "properties": { "style": { "type": "object", - "description": "Content css style object." + "description": "Footer css style object." } } }, diff --git a/packages/blocksAntd/src/blocks/Sider/Sider.js b/packages/blocksAntd/src/blocks/Sider/Sider.js index fa82fdee1..221e6848f 100644 --- a/packages/blocksAntd/src/blocks/Sider/Sider.js +++ b/packages/blocksAntd/src/blocks/Sider/Sider.js @@ -14,17 +14,35 @@ limitations under the License. */ -import React from 'react'; +import React, { useState, useEffect } from 'react'; import { Layout } from 'antd'; import { blockDefaultProps } from '@lowdefy/block-tools'; +import { get } from '@lowdefy/helpers'; const Sider = Layout.Sider; -const SiderBlock = ({ blockId, properties, content, methods }) => { - const additionalProps = {}; - if (properties.collapsed === true || properties.collapsed === false) { - additionalProps.collapsed = properties.collapsed; +const triggerSetOpen = async ({ state, setOpen, methods, rename }) => { + if (!state) { + await methods.callAction({ action: get(rename, 'actions.onClose', { default: 'onClose' }) }); } + if (state) { + await methods.callAction({ action: get(rename, 'actions.onOpen', { default: 'onOpen' }) }); + } + setOpen(state); +}; + +const SiderBlock = ({ blockId, properties, content, methods, rename }) => { + const [openState, setOpen] = useState(!!properties.defaultCollapsed); + useEffect(() => { + methods.registerMethod( + get(rename, 'methods.toggleOpen', { default: 'toggleOpen' }), + async () => await triggerSetOpen({ state: !openState, setOpen, methods, rename }) + ); + methods.registerMethod( + get(rename, 'methods.setOpen', { default: 'setOpen' }), + async ({ open }) => await triggerSetOpen({ state: !!open, setOpen, methods, rename }) + ); + }); return ( { properties.style, ])} hide-on-print`} breakpoint={properties.breakpoint} - collapsed={properties.collapsed} + collapsed={openState} collapsedWidth={properties.collapsedWidth} collapsible={properties.collapsible} - defaultCollapsed={properties.defaultCollapsed} reverseArrow={properties.reverseArrow} theme={properties.theme} - trigger={properties.trigger} width={properties.width} - onCollapse={() => methods.callAction({ action: 'onCollapse' })} onBreakpoint={() => methods.callAction({ action: 'onBreakpoint' })} - zeroWidthTriggerStyle={methods.makeCssClass(properties.zeroWidthTriggerStyle, { - styleObjectOnly: true, - react: true, - })} - {...additionalProps} > {content.content && content.content()} diff --git a/packages/blocksAntd/src/blocks/Sider/Sider.json b/packages/blocksAntd/src/blocks/Sider/Sider.json index e9e904b94..e3dca87e6 100644 --- a/packages/blocksAntd/src/blocks/Sider/Sider.json +++ b/packages/blocksAntd/src/blocks/Sider/Sider.json @@ -1,6 +1,20 @@ { "category": "container", "loading": false, + "test": { + "methods": [ + { + "name": "toggleOpen", + "args": {} + }, + { + "name": "setOpen", + "args": { + "open": true + } + } + ] + }, "schema": { "properties": { "type": "object", @@ -11,10 +25,6 @@ "enum": ["xs", "sm", "md", "lg", "xl", "xxl"], "description": "Breakpoints of the responsive layout" }, - "collapsed": { - "type": "boolean", - "description": "Set the current collapsed state" - }, "collapsedWidth": { "type": "integer", "description": "Width of the collapsed sidebar, by setting to 0 a special trigger will appear" @@ -47,10 +57,6 @@ "width": { "type": ["string", "number"], "description": "width of the sidebar" - }, - "zeroWidthTriggerStyle": { - "type": "object", - "description": "Css style to applied to zero width trigger." } } }, @@ -58,11 +64,17 @@ "type": "object", "additionalProperties": false, "properties": { - "onCollapse": { - "type": "array" + "onClose": { + "type": "array", + "description": "Triggers actions when sider is closed." + }, + "onOpen": { + "type": "array", + "description": "Triggers actions when sider is opened." }, "onBreakpoint": { - "type": "array" + "type": "array", + "description": "Triggers on breakpoint change." } } } diff --git a/packages/blocksAntd/src/blocks/UserAvatar/UserAvatar.js b/packages/blocksAntd/src/blocks/UserAvatar/UserAvatar.js index 2ca7eb6fc..99a22b33b 100644 --- a/packages/blocksAntd/src/blocks/UserAvatar/UserAvatar.js +++ b/packages/blocksAntd/src/blocks/UserAvatar/UserAvatar.js @@ -36,7 +36,7 @@ const UserAvatar = ({ blockId, methods, properties, user }) => { params: { pageId: 'profile' }, }, ]); - }, []); + }); if (properties.disabled) { return ''; } diff --git a/packages/blocksAntd/tests/__snapshots__/ConfirmModal.test.js.snap b/packages/blocksAntd/tests/__snapshots__/ConfirmModal.test.js.snap index 4c564f7f6..dbc968eb8 100644 --- a/packages/blocksAntd/tests/__snapshots__/ConfirmModal.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/ConfirmModal.test.js.snap @@ -190,7 +190,21 @@ Array [ menus={Array []} methods={ Object { - "callAction": [MockFunction], + "callAction": [MockFunction] { + "calls": Array [ + Array [ + Object { + "action": "onOpen", + }, + ], + ], + "results": Array [ + Object { + "type": "return", + "value": undefined, + }, + ], + }, "makeCssClass": [MockFunction] { "calls": Array [ Array [ @@ -889,7 +903,21 @@ Array [ menus={Array []} methods={ Object { - "callAction": [MockFunction], + "callAction": [MockFunction] { + "calls": Array [ + Array [ + Object { + "action": "onOpen", + }, + ], + ], + "results": Array [ + Object { + "type": "return", + "value": undefined, + }, + ], + }, "makeCssClass": [MockFunction] { "calls": Array [ Array [ @@ -1588,7 +1616,21 @@ Array [ menus={Array []} methods={ Object { - "callAction": [MockFunction], + "callAction": [MockFunction] { + "calls": Array [ + Array [ + Object { + "action": "onOpen", + }, + ], + ], + "results": Array [ + Object { + "type": "return", + "value": undefined, + }, + ], + }, "makeCssClass": [MockFunction] { "calls": Array [ Array [ @@ -2295,7 +2337,21 @@ Array [ menus={Array []} methods={ Object { - "callAction": [MockFunction], + "callAction": [MockFunction] { + "calls": Array [ + Array [ + Object { + "action": "onOpen", + }, + ], + ], + "results": Array [ + Object { + "type": "return", + "value": undefined, + }, + ], + }, "makeCssClass": [MockFunction] { "calls": Array [ Array [ @@ -2986,7 +3042,21 @@ Array [ menus={Array []} methods={ Object { - "callAction": [MockFunction], + "callAction": [MockFunction] { + "calls": Array [ + Array [ + Object { + "action": "onOpen", + }, + ], + ], + "results": Array [ + Object { + "type": "return", + "value": undefined, + }, + ], + }, "makeCssClass": [MockFunction] { "calls": Array [ Array [ diff --git a/packages/blocksAntd/tests/__snapshots__/Drawer.test.js.snap b/packages/blocksAntd/tests/__snapshots__/Drawer.test.js.snap index dc7469dee..1c250b943 100644 --- a/packages/blocksAntd/tests/__snapshots__/Drawer.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/Drawer.test.js.snap @@ -276,6 +276,75 @@ Array [ ] `; +exports[`Mock for method: {"name":"setOpen","args":{"open":true}} - properties.mask - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "bodyStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "children":
+ content +
, + "closable": undefined, + "drawerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "getContainer": undefined, + "headerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "height": undefined, + "id": "properties.mask", + "keyboard": undefined, + "mask": false, + "maskClosable": undefined, + "maskStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "onClose": [Function], + "placement": undefined, + "title": undefined, + "visible": false, + "width": undefined, + "zIndex": undefined, + }, + Object {}, + ], + Array [ + Object { + "bodyStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "children":
+ content +
, + "closable": undefined, + "drawerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "getContainer": undefined, + "headerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "height": undefined, + "id": "properties.mask", + "keyboard": undefined, + "mask": false, + "maskClosable": undefined, + "maskStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "onClose": [Function], + "placement": undefined, + "title": undefined, + "visible": true, + "width": undefined, + "zIndex": undefined, + }, + Object {}, + ], +] +`; + exports[`Mock for method: {"name":"setOpen","args":{"open":true}} - properties.maskClosable: false - value[0] - default 1`] = ` Array [ Array [ @@ -621,75 +690,6 @@ Array [ ] `; -exports[`Mock for method: {"name":"setOpen","args":{"open":true}} - properties.title - value[0] - default 2`] = ` -Array [ - Array [ - Object { - "bodyStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "children":
- content -
, - "closable": undefined, - "drawerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "getContainer": undefined, - "headerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "height": undefined, - "id": "properties.title", - "keyboard": undefined, - "mask": false, - "maskClosable": undefined, - "maskStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "onClose": [Function], - "placement": undefined, - "title": undefined, - "visible": false, - "width": undefined, - "zIndex": undefined, - }, - Object {}, - ], - Array [ - Object { - "bodyStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "children":
- content -
, - "closable": undefined, - "drawerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "getContainer": undefined, - "headerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "height": undefined, - "id": "properties.title", - "keyboard": undefined, - "mask": false, - "maskClosable": undefined, - "maskStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "onClose": [Function], - "placement": undefined, - "title": undefined, - "visible": true, - "width": undefined, - "zIndex": undefined, - }, - Object {}, - ], -] -`; - exports[`Mock for method: {"name":"setOpen","args":{"open":true}} - properties.width: 500 - value[0] - default 1`] = ` Array [ Array [ @@ -1104,6 +1104,75 @@ Array [ ] `; +exports[`Mock for method: {"name":"toggleOpen","args":{}} - properties.mask - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "bodyStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "children":
+ content +
, + "closable": undefined, + "drawerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "getContainer": undefined, + "headerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "height": undefined, + "id": "properties.mask", + "keyboard": undefined, + "mask": false, + "maskClosable": undefined, + "maskStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "onClose": [Function], + "placement": undefined, + "title": undefined, + "visible": false, + "width": undefined, + "zIndex": undefined, + }, + Object {}, + ], + Array [ + Object { + "bodyStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "children":
+ content +
, + "closable": undefined, + "drawerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "getContainer": undefined, + "headerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "height": undefined, + "id": "properties.mask", + "keyboard": undefined, + "mask": false, + "maskClosable": undefined, + "maskStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", + "onClose": [Function], + "placement": undefined, + "title": undefined, + "visible": true, + "width": undefined, + "zIndex": undefined, + }, + Object {}, + ], +] +`; + exports[`Mock for method: {"name":"toggleOpen","args":{}} - properties.maskClosable: false - value[0] - default 1`] = ` Array [ Array [ @@ -1449,75 +1518,6 @@ Array [ ] `; -exports[`Mock for method: {"name":"toggleOpen","args":{}} - properties.title - value[0] - default 2`] = ` -Array [ - Array [ - Object { - "bodyStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "children":
- content -
, - "closable": undefined, - "drawerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "getContainer": undefined, - "headerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "height": undefined, - "id": "properties.title", - "keyboard": undefined, - "mask": false, - "maskClosable": undefined, - "maskStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "onClose": [Function], - "placement": undefined, - "title": undefined, - "visible": false, - "width": undefined, - "zIndex": undefined, - }, - Object {}, - ], - Array [ - Object { - "bodyStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "children":
- content -
, - "closable": undefined, - "drawerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "getContainer": undefined, - "headerStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "height": undefined, - "id": "properties.title", - "keyboard": undefined, - "mask": false, - "maskClosable": undefined, - "maskStyle": "{\\"options\\":{\\"styleObjectOnly\\":true}}", - "onClose": [Function], - "placement": undefined, - "title": undefined, - "visible": true, - "width": undefined, - "zIndex": undefined, - }, - Object {}, - ], -] -`; - exports[`Mock for method: {"name":"toggleOpen","args":{}} - properties.width: 500 - value[0] - default 1`] = ` Array [ Array [ @@ -1672,6 +1672,10 @@ exports[`Test Schema properties.keyboard: false 1`] = `true`; exports[`Test Schema properties.keyboard: false 2`] = `null`; +exports[`Test Schema properties.mask 1`] = `true`; + +exports[`Test Schema properties.mask 2`] = `null`; + exports[`Test Schema properties.maskClosable: false 1`] = `true`; exports[`Test Schema properties.maskClosable: false 2`] = `null`; @@ -1692,10 +1696,6 @@ exports[`Test Schema properties.title 1`] = `true`; exports[`Test Schema properties.title 2`] = `null`; -exports[`Test Schema properties.title 3`] = `true`; - -exports[`Test Schema properties.title 4`] = `null`; - exports[`Test Schema properties.width: 500 1`] = `true`; exports[`Test Schema properties.width: 500 2`] = `null`; From 98d15cf6862305bf04177363476109ad5eedd5dc Mon Sep 17 00:00:00 2001 From: Gervwyk Date: Mon, 23 Nov 2020 16:15:14 +0200 Subject: [PATCH 7/7] feat(blocksAntd): PageHCSF and tests --- .../blocksAntd/demo/examples/PageHCSF.yaml | 86 +- .../src/blocks/PageHCSF/PageHCSF.js | 10 + .../src/blocks/PageHCSF/PageHCSF.json | 101 +- .../blocksAntd/tests/PageHCSF.mock.test.js | 38 + .../__snapshots__/PageHCSF.mock.test.js.snap | 1102 +++++++++++++++++ .../tests/__snapshots__/PageHCSF.test.js.snap | 881 ++++++++++++- 6 files changed, 2202 insertions(+), 16 deletions(-) create mode 100644 packages/blocksAntd/tests/PageHCSF.mock.test.js create mode 100644 packages/blocksAntd/tests/__snapshots__/PageHCSF.mock.test.js.snap diff --git a/packages/blocksAntd/demo/examples/PageHCSF.yaml b/packages/blocksAntd/demo/examples/PageHCSF.yaml index b5c2d24b0..88a36816a 100644 --- a/packages/blocksAntd/demo/examples/PageHCSF.yaml +++ b/packages/blocksAntd/demo/examples/PageHCSF.yaml @@ -1,14 +1,23 @@ - id: default type: PageHCSF -- id: properties.content +- id: areas.content type: PageHCSF areas: content: blocks: [] +- id: areas.footer + type: PageHCSF + areas: footer: blocks: [] +- id: areas.header + type: PageHCSF + areas: header: blocks: [] +- id: areas.sider + type: PageHCSF + areas: sider: blocks: [] - id: "properties.header.theme: light - dark is default" @@ -39,7 +48,6 @@ blocks: [] sider: blocks: [] -# collapsed is not described in js or json, but still works in example and docs? - id: "properties.sider.collapsed: true " type: PageHCSF properties: @@ -54,3 +62,77 @@ blocks: [] sider: blocks: [] +- id: "properties.style: border: 5px solid blue" + type: PageHCSF + properties: + style: + border: 5px solid blue + areas: + content: + blocks: [] + footer: + blocks: [] + header: + blocks: [] + sider: + blocks: [] +- id: "properties.content.style: border: 5px solid blue" + type: PageHCSF + properties: + content: + style: + border: 5px solid blue + areas: + content: + blocks: [] + footer: + blocks: [] + header: + blocks: [] + sider: + blocks: [] +- id: "properties.header.style: border: 5px solid blue" + type: PageHCSF + properties: + header: + style: + border: 5px solid blue + areas: + content: + blocks: [] + footer: + blocks: [] + header: + blocks: [] + sider: + blocks: [] +- id: "properties.footer.style: border: 5px solid blue" + type: PageHCSF + properties: + footer: + style: + border: 5px solid blue + areas: + content: + blocks: [] + footer: + blocks: [] + header: + blocks: [] + sider: + blocks: [] +- id: "properties.sider.style: border: 5px solid blue" + type: PageHCSF + properties: + sider: + style: + border: 5px solid blue + areas: + content: + blocks: [] + footer: + blocks: [] + header: + blocks: [] + sider: + blocks: [] diff --git a/packages/blocksAntd/src/blocks/PageHCSF/PageHCSF.js b/packages/blocksAntd/src/blocks/PageHCSF/PageHCSF.js index 5097c1ec7..b28ecbf20 100644 --- a/packages/blocksAntd/src/blocks/PageHCSF/PageHCSF.js +++ b/packages/blocksAntd/src/blocks/PageHCSF/PageHCSF.js @@ -67,6 +67,16 @@ const PageHCSF = ({ blockId, content, properties, methods }) => ( content={{ content: () => content.sider(), }} + rename={{ + actions: { + onClose: 'onSiderClose', + onOpen: 'onSiderOpen', + }, + methods: { + toggleOpen: 'toggleSiderOpen', + onOpen: 'setSiderOpen', + }, + }} /> )} diff --git a/packages/blocksAntd/src/blocks/PageHCSF/PageHCSF.json b/packages/blocksAntd/src/blocks/PageHCSF/PageHCSF.json index ac7bb33ed..681c3c597 100644 --- a/packages/blocksAntd/src/blocks/PageHCSF/PageHCSF.json +++ b/packages/blocksAntd/src/blocks/PageHCSF/PageHCSF.json @@ -1,6 +1,20 @@ { "category": "context", "loading": false, + "test": { + "methods": [ + { + "name": "toggleSiderOpen", + "args": {} + }, + { + "name": "setSiderOpen", + "args": { + "open": true + } + } + ] + }, "schema": { "properties": { "type": "object", @@ -28,19 +42,89 @@ }, "main": { "type": "object", - "description": "Main layout properties." + "description": "Main layout properties.", + "additionalProperties": false, + "properties": { + "style": { + "type": "object", + "description": "Main css style object." + } + } }, "content": { "type": "object", - "description": "Content properties." + "description": "Content properties.", + "additionalProperties": false, + "properties": { + "style": { + "type": "object", + "description": "Content css style object." + } + } }, "sider": { "type": "object", - "description": "Sider properties." + "description": "Sider properties.", + "additionalProperties": false, + "properties": { + "breakpoint": { + "type": "string", + "enum": ["xs", "sm", "md", "lg", "xl", "xxl"], + "description": "Breakpoints of the responsive layout" + }, + "collapsed": { + "type": "boolean", + "description": "Set the current collapsed state" + }, + "collapsedWidth": { + "type": "integer", + "description": "Width of the collapsed sidebar, by setting to 0 a special trigger will appear" + }, + "collapsible": { + "type": "boolean", + "description": "Whether can be collapsed" + }, + "color": { + "type": "string", + "description": "Sider color" + }, + "defaultCollapsed": { + "type": "boolean", + "description": "Set the initial collapsed state" + }, + "reverseArrow": { + "type": "boolean", + "description": "Direction of arrow, for a sider that expands from the right" + }, + "theme": { + "type": "string", + "enum": ["light", "dark"], + "description": "Color theme of the sidebar" + }, + "style": { + "type": "object", + "description": "Css style object to apply to sider." + }, + "width": { + "type": ["string", "number"], + "description": "width of the sidebar" + }, + "zeroWidthTriggerStyle": { + "type": "object", + "description": "Css style to applied to zero width trigger." + } + } }, "footer": { "type": "object", - "description": "Footer properties." + "description": "Footer properties.", + "additionalProperties": false, + "properties": { + "style": { + "type": "object", + "description": "Footer css style object." + } + } }, "style": { "type": "object", @@ -52,8 +136,13 @@ "type": "object", "additionalProperties": false, "properties": { - "onCollapse": { - "type": "array" + "onSiderClose": { + "type": "array", + "description": "Triggers actions when sider is closed." + }, + "onSiderOpen": { + "type": "array", + "description": "Triggers actions when sider is opened." }, "onBreakpoint": { "type": "array" diff --git a/packages/blocksAntd/tests/PageHCSF.mock.test.js b/packages/blocksAntd/tests/PageHCSF.mock.test.js new file mode 100644 index 000000000..b0d7c2639 --- /dev/null +++ b/packages/blocksAntd/tests/PageHCSF.mock.test.js @@ -0,0 +1,38 @@ +/* + Copyright 2020 Lowdefy, Inc + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + +import { runMockRenderTests } from '@lowdefy/block-tools'; +import Enzyme, { mount } from 'enzyme'; +import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; +import { Layout } from 'antd'; + +Enzyme.configure({ adapter: new Adapter() }); +import PageHCSF from '../src/blocks/PageHCSF/PageHCSF'; +import examples from '../demo/examples/PageHCSF.yaml'; +import meta from '../src/blocks/PageHCSF/PageHCSF.json'; + +jest.mock('antd/lib/layout', () => { + return jest.fn(() => 'mocked'); +}); + +const mocks = [ + { + name: 'default', + fn: Layout, + }, +]; + +runMockRenderTests({ examples, Block: PageHCSF, meta, mocks, enzyme: { mount } }); diff --git a/packages/blocksAntd/tests/__snapshots__/PageHCSF.mock.test.js.snap b/packages/blocksAntd/tests/__snapshots__/PageHCSF.mock.test.js.snap new file mode 100644 index 000000000..2ec1f9e14 --- /dev/null +++ b/packages/blocksAntd/tests/__snapshots__/PageHCSF.mock.test.js.snap @@ -0,0 +1,1102 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Mock render - areas.content - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + , + "className": "css-vooagt", + "id": "areas.content", + }, + Object {}, + ], +] +`; + +exports[`Mock render - areas.footer - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + + , + "className": "css-vooagt", + "id": "areas.footer", + }, + Object {}, + ], +] +`; + +exports[`Mock render - areas.header - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + + , + "className": "css-vooagt", + "id": "areas.header", + }, + Object {}, + ], +] +`; + +exports[`Mock render - areas.sider - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + , + "className": "css-vooagt", + "id": "areas.sider", + }, + Object {}, + ], +] +`; + +exports[`Mock render - default - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + , + "className": "css-vooagt", + "id": "default", + }, + Object {}, + ], +] +`; + +exports[`Mock render - properties.content.style: border: 5px solid blue - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + + + , + "className": "css-vooagt", + "id": "properties.content.style: border: 5px solid blue", + }, + Object {}, + ], +] +`; + +exports[`Mock render - properties.footer.style: border: 5px solid blue - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + + + , + "className": "css-vooagt", + "id": "properties.footer.style: border: 5px solid blue", + }, + Object {}, + ], +] +`; + +exports[`Mock render - properties.header.color: #4432a8 - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + + + , + "className": "css-vooagt", + "id": "properties.header.color: #4432a8 ", + }, + Object {}, + ], +] +`; + +exports[`Mock render - properties.header.style: border: 5px solid blue - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + + + , + "className": "css-vooagt", + "id": "properties.header.style: border: 5px solid blue", + }, + Object {}, + ], +] +`; + +exports[`Mock render - properties.header.theme: light - dark is default - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + + + , + "className": "css-vooagt", + "id": "properties.header.theme: light - dark is default", + }, + Object {}, + ], +] +`; + +exports[`Mock render - properties.sider.collapsed: true - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + + + , + "className": "css-vooagt", + "id": "properties.sider.collapsed: true ", + }, + Object {}, + ], +] +`; + +exports[`Mock render - properties.sider.style: border: 5px solid blue - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + + + , + "className": "css-vooagt", + "id": "properties.sider.style: border: 5px solid blue", + }, + Object {}, + ], +] +`; + +exports[`Mock render - properties.style: border: 5px solid blue - value[0] - default 1`] = ` +Array [ + Array [ + Object { + "children": + + + + , + "className": "css-1mli136", + "id": "properties.style: border: 5px solid blue", + }, + Object {}, + ], +] +`; diff --git a/packages/blocksAntd/tests/__snapshots__/PageHCSF.test.js.snap b/packages/blocksAntd/tests/__snapshots__/PageHCSF.test.js.snap index b479d28af..849d66303 100644 --- a/packages/blocksAntd/tests/__snapshots__/PageHCSF.test.js.snap +++ b/packages/blocksAntd/tests/__snapshots__/PageHCSF.test.js.snap @@ -1,5 +1,174 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP +exports[`Render areas.content - value[0] 1`] = ` +
+
+
+
+ content +
+
+
+
+`; + +exports[`Render areas.footer - value[0] 1`] = ` +
+
+
+
+ content +
+
+
+
+
+ footer +
+
+
+`; + +exports[`Render areas.header - value[0] 1`] = ` +
+
+
+ header +
+
+
+
+
+ content +
+
+
+
+`; + +exports[`Render areas.sider - value[0] 1`] = ` +
+
+
+
+ content +
+
+ +
+
+`; + exports[`Render default - value[0] 1`] = `
`; -exports[`Render properties.content - value[0] 1`] = ` +exports[`Render properties.content.style: border: 5px solid blue - value[0] 1`] = `
+
+
+ header +
+
+
+
+
+ footer +
+
`; +exports[`Render properties.footer.style: border: 5px solid blue - value[0] 1`] = ` +
+
+
+ header +
+
+
+
+
+ content +
+
+ +
+
+
+ footer +
+
+
+`; + +exports[`Render properties.header.color: #4432a8 - value[0] 1`] = ` +
+
+
+ header +
+
+
+
+
+ content +
+
+ +
+
+
+ footer +
+
+
+`; + +exports[`Render properties.header.style: border: 5px solid blue - value[0] 1`] = ` +
+
+
+ header +
+
+
+
+
+ content +
+
+ +
+
+
+ footer +
+
+
+`; + +exports[`Render properties.header.theme: light - dark is default - value[0] 1`] = ` +
+
+
+ header +
+
+
+
+
+ content +
+
+ +
+
+
+ footer +
+
+
+`; + +exports[`Render properties.sider.collapsed: true - value[0] 1`] = ` +
+
+
+ header +
+
+
+
+
+ content +
+
+ +
+
+
+ footer +
+
+
+`; + +exports[`Render properties.sider.style: border: 5px solid blue - value[0] 1`] = ` +
+
+
+ header +
+
+
+
+
+ content +
+
+ +
+
+
+ footer +
+
+
+`; + +exports[`Render properties.style: border: 5px solid blue - value[0] 1`] = ` +
+
+
+ header +
+
+
+
+
+ content +
+
+ +
+ +
+`; + +exports[`Test Schema areas.content 1`] = `true`; + +exports[`Test Schema areas.content 2`] = `null`; + +exports[`Test Schema areas.footer 1`] = `true`; + +exports[`Test Schema areas.footer 2`] = `null`; + +exports[`Test Schema areas.header 1`] = `true`; + +exports[`Test Schema areas.header 2`] = `null`; + +exports[`Test Schema areas.sider 1`] = `true`; + +exports[`Test Schema areas.sider 2`] = `null`; + exports[`Test Schema default 1`] = `true`; exports[`Test Schema default 2`] = `null`; -exports[`Test Schema properties.content 1`] = `true`; +exports[`Test Schema properties.content.style: border: 5px solid blue 1`] = `true`; -exports[`Test Schema properties.content 2`] = `null`; +exports[`Test Schema properties.content.style: border: 5px solid blue 2`] = `null`; + +exports[`Test Schema properties.footer.style: border: 5px solid blue 1`] = `true`; + +exports[`Test Schema properties.footer.style: border: 5px solid blue 2`] = `null`; + +exports[`Test Schema properties.header.color: #4432a8 1`] = `true`; + +exports[`Test Schema properties.header.color: #4432a8 2`] = `null`; + +exports[`Test Schema properties.header.style: border: 5px solid blue 1`] = `true`; + +exports[`Test Schema properties.header.style: border: 5px solid blue 2`] = `null`; + +exports[`Test Schema properties.header.theme: light - dark is default 1`] = `true`; + +exports[`Test Schema properties.header.theme: light - dark is default 2`] = `null`; + +exports[`Test Schema properties.sider.collapsed: true 1`] = `true`; + +exports[`Test Schema properties.sider.collapsed: true 2`] = `null`; + +exports[`Test Schema properties.sider.style: border: 5px solid blue 1`] = `true`; + +exports[`Test Schema properties.sider.style: border: 5px solid blue 2`] = `null`; + +exports[`Test Schema properties.style: border: 5px solid blue 1`] = `true`; + +exports[`Test Schema properties.style: border: 5px solid blue 2`] = `null`;