@gravity-ui/page-constructor 4.56.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -4
- package/build/cjs/blocks/Banner/schema.d.ts +0 -264
- package/build/cjs/blocks/FilterBlock/FilterBlock.js +2 -2
- package/build/cjs/blocks/FilterBlock/i18n/index.d.ts +1 -2
- package/build/cjs/blocks/FilterBlock/i18n/index.js +4 -3
- package/build/cjs/blocks/Map/schema.d.ts +0 -88
- package/build/cjs/blocks/Media/schema.d.ts +0 -176
- package/build/cjs/blocks/Security/i18n/index.d.ts +1 -2
- package/build/cjs/blocks/Security/i18n/index.js +4 -3
- package/build/cjs/blocks/Share/Share.css +2 -1
- package/build/cjs/blocks/Share/Share.js +4 -4
- package/build/cjs/blocks/Share/i18n/index.d.ts +1 -2
- package/build/cjs/blocks/Share/i18n/index.js +4 -3
- package/build/cjs/blocks/Slider/Arrow/Arrow.js +2 -2
- package/build/cjs/blocks/Slider/i18n/index.d.ts +1 -2
- package/build/cjs/blocks/Slider/i18n/index.js +4 -3
- package/build/cjs/components/BackLink/BackLink.js +2 -2
- package/build/cjs/components/Button/Button.css +1 -5
- package/build/cjs/components/Button/Button.js +4 -7
- package/build/cjs/components/Button/i18n/index.d.ts +1 -2
- package/build/cjs/components/Button/i18n/index.js +4 -3
- package/build/cjs/components/ButtonTabs/ButtonTabs.css +0 -4
- package/build/cjs/components/CardBase/CardBase.d.ts +1 -3
- package/build/cjs/components/CardBase/CardBase.js +1 -4
- package/build/cjs/components/Control/Control.js +2 -2
- package/build/cjs/components/Control/i18n/index.d.ts +1 -2
- package/build/cjs/components/Control/i18n/index.js +4 -3
- package/build/cjs/components/FileLink/FileLink.css +4 -5
- package/build/cjs/components/FullscreenImage/FullscreenImage.css +1 -0
- package/build/cjs/components/FullscreenImage/FullscreenImage.js +9 -10
- package/build/cjs/components/FullscreenImage/i18n/index.d.ts +1 -2
- package/build/cjs/components/FullscreenImage/i18n/index.js +4 -3
- package/build/cjs/components/FullscreenMedia/FullscreenMedia.css +1 -0
- package/build/cjs/components/FullscreenMedia/FullscreenMedia.js +14 -15
- package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.js +3 -6
- package/build/cjs/components/Link/Link.css +1 -2
- package/build/cjs/components/Link/Link.js +3 -6
- package/build/cjs/components/Map/GoogleMap.js +2 -2
- package/build/cjs/components/Map/YMap/YandexMap.js +2 -2
- package/build/cjs/components/Map/YMap/i18n/index.d.ts +1 -2
- package/build/cjs/components/Map/YMap/i18n/index.js +4 -3
- package/build/cjs/components/Media/DataLens/DataLens.js +2 -2
- package/build/cjs/components/Media/DataLens/i18n/index.d.ts +1 -2
- package/build/cjs/components/Media/DataLens/i18n/index.js +4 -3
- package/build/cjs/components/Media/Iframe/Iframe.js +2 -2
- package/build/cjs/components/Media/Iframe/i18n/index.d.ts +1 -2
- package/build/cjs/components/Media/Iframe/i18n/index.js +4 -3
- package/build/cjs/components/Media/Media.js +1 -3
- package/build/cjs/components/Media/Video/Video.js +2 -3
- package/build/cjs/components/OverflowScroller/OverflowScroller.js +2 -2
- package/build/cjs/components/OverflowScroller/i18n/index.d.ts +1 -2
- package/build/cjs/components/OverflowScroller/i18n/index.js +4 -3
- package/build/cjs/components/ReactPlayer/CustomBarControls.js +5 -7
- package/build/cjs/components/ReactPlayer/ReactPlayer.css +1 -1
- package/build/cjs/components/ReactPlayer/ReactPlayer.js +7 -31
- package/build/cjs/components/ReactPlayer/i18n/index.d.ts +1 -2
- package/build/cjs/components/ReactPlayer/i18n/index.js +4 -3
- package/build/cjs/components/Table/Table.css +6 -0
- package/build/cjs/components/Table/Table.js +2 -2
- package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.js +2 -2
- package/build/cjs/components/UnpublishedLabel/i18n/index.d.ts +1 -2
- package/build/cjs/components/UnpublishedLabel/i18n/index.js +4 -3
- package/build/cjs/components/VideoBlock/VideoBlock.css +1 -1
- package/build/cjs/components/VideoBlock/VideoBlock.js +4 -4
- package/build/cjs/components/VideoBlock/i18n/index.d.ts +1 -2
- package/build/cjs/components/VideoBlock/i18n/index.js +4 -3
- package/build/cjs/components/YandexForm/YandexForm.js +2 -13
- package/build/cjs/containers/Loadable/Loadable.js +2 -2
- package/build/cjs/containers/Loadable/i18n/index.d.ts +1 -2
- package/build/cjs/containers/Loadable/i18n/index.js +4 -3
- package/build/cjs/containers/PageConstructor/PageConstructor.css +1 -1
- package/build/cjs/containers/PageConstructor/PageConstructor.d.ts +1 -1
- package/build/cjs/containers/PageConstructor/PageConstructor.js +1 -1
- package/build/cjs/containers/PageConstructor/Provider.d.ts +0 -2
- package/build/cjs/containers/PageConstructor/Provider.js +1 -3
- package/build/cjs/context/localeContext/localeContext.d.ts +2 -2
- package/build/cjs/context/localeContext/localeContext.js +2 -2
- package/build/cjs/editor/components/ControlPanel/ControlPanel.js +3 -3
- package/build/cjs/editor/components/ControlPanel/i18n/en.json +2 -1
- package/build/cjs/editor/components/ControlPanel/i18n/index.d.ts +1 -2
- package/build/cjs/editor/components/ControlPanel/i18n/index.js +4 -3
- package/build/cjs/editor/components/ControlPanel/i18n/ru.json +2 -1
- package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.js +3 -3
- package/build/cjs/editor/components/ErrorBoundary/i18n/index.d.ts +1 -2
- package/build/cjs/editor/components/ErrorBoundary/i18n/index.js +4 -3
- package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.js +2 -2
- package/build/cjs/editor/components/NotFoundBlock/i18n/index.d.ts +1 -2
- package/build/cjs/editor/components/NotFoundBlock/i18n/index.js +4 -3
- package/build/cjs/editor/containers/Form/Form.css +1 -1
- package/build/cjs/editor/dynamic-forms-custom/hooks/useOneOf.d.ts +1 -1
- package/build/cjs/hooks/useAnalytics.d.ts +2 -2
- package/build/cjs/hooks/useMetrika.d.ts +1 -13
- package/build/cjs/hooks/useMetrika.js +0 -41
- package/build/cjs/icons/index.d.ts +0 -9
- package/build/cjs/icons/index.js +0 -9
- package/build/cjs/index.d.ts +0 -1
- package/build/cjs/index.js +0 -1
- package/build/cjs/models/common.d.ts +2 -53
- package/build/cjs/models/common.js +1 -25
- package/build/cjs/models/constructor-items/common.d.ts +3 -28
- package/build/cjs/models/constructor-items/sub-blocks.d.ts +3 -3
- package/build/cjs/models/guards.d.ts +0 -2
- package/build/cjs/models/guards.js +1 -5
- package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.js +3 -3
- package/build/cjs/schema/constants.d.ts +0 -176
- package/build/cjs/schema/constants.js +2 -0
- package/build/cjs/schema/validators/common.d.ts +0 -188
- package/build/cjs/schema/validators/common.js +0 -31
- package/build/cjs/schema/validators/index.d.ts +0 -2
- package/build/cjs/schema/validators/index.js +0 -2
- package/build/cjs/sub-blocks/HubspotForm/HubspotForm.css +0 -1
- package/build/cjs/sub-blocks/HubspotForm/index.js +1 -6
- package/build/cjs/sub-blocks/LayoutItem/utils.d.ts +1 -15
- package/build/cjs/sub-blocks/PriceCard/schema.d.ts +0 -88
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetailed.d.ts +1 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetailed.js +2 -0
- package/build/cjs/sub-blocks/PriceDetailed/schema.d.ts +1 -0
- package/build/cjs/sub-blocks/PriceDetailed/schema.js +1 -0
- package/build/cjs/text-transform/common.d.ts +5 -5
- package/build/cjs/text-transform/common.js +1 -1
- package/build/cjs/text-transform/filter.js +1 -1
- package/build/cjs/text-transform/transformers.d.ts +3 -3
- package/build/cjs/text-transform/utils.d.ts +7 -7
- package/build/cjs/text-transform/utils.js +6 -6
- package/build/cjs/utils/index.d.ts +0 -1
- package/build/cjs/utils/index.js +1 -4
- package/build/esm/blocks/Banner/schema.d.ts +0 -264
- package/build/esm/blocks/FilterBlock/FilterBlock.js +1 -1
- package/build/esm/blocks/FilterBlock/i18n/index.d.ts +1 -2
- package/build/esm/blocks/FilterBlock/i18n/index.js +3 -3
- package/build/esm/blocks/Map/schema.d.ts +0 -88
- package/build/esm/blocks/Media/schema.d.ts +0 -176
- package/build/esm/blocks/Security/i18n/index.d.ts +1 -2
- package/build/esm/blocks/Security/i18n/index.js +3 -3
- package/build/esm/blocks/Share/Share.css +2 -1
- package/build/esm/blocks/Share/Share.js +1 -1
- package/build/esm/blocks/Share/i18n/index.d.ts +1 -2
- package/build/esm/blocks/Share/i18n/index.js +3 -3
- package/build/esm/blocks/Slider/Arrow/Arrow.js +1 -1
- package/build/esm/blocks/Slider/i18n/index.d.ts +1 -2
- package/build/esm/blocks/Slider/i18n/index.js +3 -3
- package/build/esm/components/BackLink/BackLink.js +2 -2
- package/build/esm/components/Button/Button.css +1 -5
- package/build/esm/components/Button/Button.js +3 -6
- package/build/esm/components/Button/i18n/index.d.ts +1 -2
- package/build/esm/components/Button/i18n/index.js +3 -3
- package/build/esm/components/ButtonTabs/ButtonTabs.css +0 -4
- package/build/esm/components/CardBase/CardBase.d.ts +1 -3
- package/build/esm/components/CardBase/CardBase.js +1 -4
- package/build/esm/components/Control/Control.js +1 -1
- package/build/esm/components/Control/i18n/index.d.ts +1 -2
- package/build/esm/components/Control/i18n/index.js +3 -3
- package/build/esm/components/FileLink/FileLink.css +4 -5
- package/build/esm/components/FullscreenImage/FullscreenImage.css +1 -0
- package/build/esm/components/FullscreenImage/FullscreenImage.js +8 -9
- package/build/esm/components/FullscreenImage/i18n/index.d.ts +1 -2
- package/build/esm/components/FullscreenImage/i18n/index.js +3 -3
- package/build/esm/components/FullscreenMedia/FullscreenMedia.css +1 -0
- package/build/esm/components/FullscreenMedia/FullscreenMedia.js +14 -15
- package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.js +3 -6
- package/build/esm/components/Link/Link.css +1 -2
- package/build/esm/components/Link/Link.js +3 -6
- package/build/esm/components/Map/GoogleMap.js +1 -1
- package/build/esm/components/Map/YMap/YandexMap.js +1 -1
- package/build/esm/components/Map/YMap/i18n/index.d.ts +1 -2
- package/build/esm/components/Map/YMap/i18n/index.js +3 -3
- package/build/esm/components/Media/DataLens/DataLens.js +1 -1
- package/build/esm/components/Media/DataLens/i18n/index.d.ts +1 -2
- package/build/esm/components/Media/DataLens/i18n/index.js +3 -3
- package/build/esm/components/Media/Iframe/Iframe.js +1 -1
- package/build/esm/components/Media/Iframe/i18n/index.d.ts +1 -2
- package/build/esm/components/Media/Iframe/i18n/index.js +3 -3
- package/build/esm/components/Media/Media.js +1 -3
- package/build/esm/components/Media/Video/Video.js +2 -3
- package/build/esm/components/OverflowScroller/OverflowScroller.js +1 -1
- package/build/esm/components/OverflowScroller/i18n/index.d.ts +1 -2
- package/build/esm/components/OverflowScroller/i18n/index.js +3 -3
- package/build/esm/components/ReactPlayer/CustomBarControls.js +4 -6
- package/build/esm/components/ReactPlayer/ReactPlayer.css +1 -1
- package/build/esm/components/ReactPlayer/ReactPlayer.js +6 -30
- package/build/esm/components/ReactPlayer/i18n/index.d.ts +1 -2
- package/build/esm/components/ReactPlayer/i18n/index.js +3 -3
- package/build/esm/components/Table/Table.css +6 -0
- package/build/esm/components/Table/Table.js +2 -2
- package/build/esm/components/UnpublishedLabel/UnpublishedLabel.js +1 -1
- package/build/esm/components/UnpublishedLabel/i18n/index.d.ts +1 -2
- package/build/esm/components/UnpublishedLabel/i18n/index.js +3 -3
- package/build/esm/components/VideoBlock/VideoBlock.css +1 -1
- package/build/esm/components/VideoBlock/VideoBlock.js +3 -3
- package/build/esm/components/VideoBlock/i18n/index.d.ts +1 -2
- package/build/esm/components/VideoBlock/i18n/index.js +3 -3
- package/build/esm/components/YandexForm/YandexForm.js +2 -13
- package/build/esm/containers/Loadable/Loadable.js +1 -1
- package/build/esm/containers/Loadable/i18n/index.d.ts +1 -2
- package/build/esm/containers/Loadable/i18n/index.js +3 -3
- package/build/esm/containers/PageConstructor/PageConstructor.css +1 -1
- package/build/esm/containers/PageConstructor/PageConstructor.d.ts +1 -1
- package/build/esm/containers/PageConstructor/PageConstructor.js +1 -1
- package/build/esm/containers/PageConstructor/Provider.d.ts +0 -2
- package/build/esm/containers/PageConstructor/Provider.js +1 -3
- package/build/esm/context/localeContext/localeContext.d.ts +2 -2
- package/build/esm/context/localeContext/localeContext.js +1 -1
- package/build/esm/editor/components/ControlPanel/ControlPanel.js +2 -2
- package/build/esm/editor/components/ControlPanel/i18n/en.json +2 -1
- package/build/esm/editor/components/ControlPanel/i18n/index.d.ts +1 -2
- package/build/esm/editor/components/ControlPanel/i18n/index.js +3 -3
- package/build/esm/editor/components/ControlPanel/i18n/ru.json +2 -1
- package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.js +1 -1
- package/build/esm/editor/components/ErrorBoundary/i18n/index.d.ts +1 -2
- package/build/esm/editor/components/ErrorBoundary/i18n/index.js +3 -3
- package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.js +1 -1
- package/build/esm/editor/components/NotFoundBlock/i18n/index.d.ts +1 -2
- package/build/esm/editor/components/NotFoundBlock/i18n/index.js +3 -3
- package/build/esm/editor/containers/Form/Form.css +1 -1
- package/build/esm/editor/dynamic-forms-custom/hooks/useOneOf.d.ts +1 -1
- package/build/esm/hooks/useAnalytics.d.ts +2 -2
- package/build/esm/hooks/useMetrika.d.ts +1 -13
- package/build/esm/hooks/useMetrika.js +1 -38
- package/build/esm/icons/index.d.ts +0 -9
- package/build/esm/icons/index.js +0 -9
- package/build/esm/index.d.ts +0 -1
- package/build/esm/index.js +0 -1
- package/build/esm/models/common.d.ts +2 -53
- package/build/esm/models/common.js +0 -24
- package/build/esm/models/constructor-items/common.d.ts +3 -28
- package/build/esm/models/constructor-items/sub-blocks.d.ts +3 -3
- package/build/esm/models/guards.d.ts +0 -2
- package/build/esm/models/guards.js +0 -3
- package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.js +3 -3
- package/build/esm/schema/constants.d.ts +0 -176
- package/build/esm/schema/constants.js +2 -0
- package/build/esm/schema/validators/common.d.ts +0 -188
- package/build/esm/schema/validators/common.js +0 -31
- package/build/esm/schema/validators/index.d.ts +0 -2
- package/build/esm/schema/validators/index.js +0 -2
- package/build/esm/sub-blocks/HubspotForm/HubspotForm.css +0 -1
- package/build/esm/sub-blocks/HubspotForm/index.js +1 -6
- package/build/esm/sub-blocks/LayoutItem/utils.d.ts +1 -15
- package/build/esm/sub-blocks/PriceCard/schema.d.ts +0 -88
- package/build/esm/sub-blocks/PriceDetailed/PriceDetailed.d.ts +1 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetailed.js +2 -0
- package/build/esm/sub-blocks/PriceDetailed/schema.d.ts +1 -0
- package/build/esm/sub-blocks/PriceDetailed/schema.js +1 -0
- package/build/esm/text-transform/common.d.ts +5 -5
- package/build/esm/text-transform/common.js +1 -1
- package/build/esm/text-transform/filter.js +1 -1
- package/build/esm/text-transform/transformers.d.ts +3 -3
- package/build/esm/text-transform/utils.d.ts +7 -7
- package/build/esm/text-transform/utils.js +2 -2
- package/build/esm/utils/index.d.ts +0 -1
- package/build/esm/utils/index.js +0 -1
- package/package.json +16 -15
- package/server/models/common.d.ts +2 -53
- package/server/models/common.js +1 -25
- package/server/models/constructor-items/common.d.ts +3 -28
- package/server/models/constructor-items/sub-blocks.d.ts +3 -3
- package/server/models/guards.d.ts +0 -2
- package/server/models/guards.js +1 -5
- package/server/text-transform/common.d.ts +5 -5
- package/server/text-transform/common.js +1 -1
- package/server/text-transform/filter.js +1 -1
- package/server/text-transform/transformers.d.ts +3 -3
- package/server/text-transform/utils.d.ts +7 -7
- package/server/text-transform/utils.js +6 -6
- package/server/utils/index.d.ts +0 -1
- package/server/utils/index.js +1 -4
- package/styles/mixins.scss +0 -4
- package/styles/storybook/index.scss +1 -1
- package/styles/styles.css +1 -1
- package/styles/yfm.scss +1 -1
- package/widget/index.js +1 -1
- package/build/cjs/context/metrikaContext/index.d.ts +0 -1
- package/build/cjs/context/metrikaContext/index.js +0 -4
- package/build/cjs/context/metrikaContext/metrikaContext.d.ts +0 -13
- package/build/cjs/context/metrikaContext/metrikaContext.js +0 -6
- package/build/cjs/i18n.d.ts +0 -2
- package/build/cjs/i18n.js +0 -12
- package/build/cjs/icons/ArrowConstructor.d.ts +0 -2
- package/build/cjs/icons/ArrowConstructor.js +0 -9
- package/build/cjs/icons/ArrowSidebar.d.ts +0 -2
- package/build/cjs/icons/ArrowSidebar.js +0 -9
- package/build/cjs/icons/Fullscreen.d.ts +0 -2
- package/build/cjs/icons/Fullscreen.js +0 -9
- package/build/cjs/icons/Minus.d.ts +0 -2
- package/build/cjs/icons/Minus.js +0 -9
- package/build/cjs/icons/Mute.d.ts +0 -2
- package/build/cjs/icons/Mute.js +0 -12
- package/build/cjs/icons/NavigationClose.d.ts +0 -2
- package/build/cjs/icons/NavigationClose.js +0 -9
- package/build/cjs/icons/NavigationOpen.d.ts +0 -2
- package/build/cjs/icons/NavigationOpen.js +0 -11
- package/build/cjs/icons/PlayVideo.d.ts +0 -2
- package/build/cjs/icons/PlayVideo.js +0 -9
- package/build/cjs/icons/PreviewClose.d.ts +0 -2
- package/build/cjs/icons/PreviewClose.js +0 -9
- package/build/cjs/icons/Tick.d.ts +0 -2
- package/build/cjs/icons/Tick.js +0 -13
- package/build/cjs/icons/Unmute.d.ts +0 -2
- package/build/cjs/icons/Unmute.js +0 -12
- package/build/cjs/schema/validators/pixel.d.ts +0 -57
- package/build/cjs/schema/validators/pixel.js +0 -63
- package/build/cjs/utils/configure.d.ts +0 -12
- package/build/cjs/utils/configure.js +0 -26
- package/build/cjs/utils/registerKeyset.d.ts +0 -5
- package/build/cjs/utils/registerKeyset.js +0 -9
- package/build/esm/context/metrikaContext/index.d.ts +0 -1
- package/build/esm/context/metrikaContext/index.js +0 -1
- package/build/esm/context/metrikaContext/metrikaContext.d.ts +0 -13
- package/build/esm/context/metrikaContext/metrikaContext.js +0 -2
- package/build/esm/i18n.d.ts +0 -2
- package/build/esm/i18n.js +0 -9
- package/build/esm/icons/ArrowConstructor.d.ts +0 -2
- package/build/esm/icons/ArrowConstructor.js +0 -4
- package/build/esm/icons/ArrowSidebar.d.ts +0 -2
- package/build/esm/icons/ArrowSidebar.js +0 -4
- package/build/esm/icons/Fullscreen.d.ts +0 -2
- package/build/esm/icons/Fullscreen.js +0 -4
- package/build/esm/icons/Minus.d.ts +0 -2
- package/build/esm/icons/Minus.js +0 -4
- package/build/esm/icons/Mute.d.ts +0 -2
- package/build/esm/icons/Mute.js +0 -7
- package/build/esm/icons/NavigationClose.d.ts +0 -2
- package/build/esm/icons/NavigationClose.js +0 -4
- package/build/esm/icons/NavigationOpen.d.ts +0 -2
- package/build/esm/icons/NavigationOpen.js +0 -6
- package/build/esm/icons/PlayVideo.d.ts +0 -2
- package/build/esm/icons/PlayVideo.js +0 -4
- package/build/esm/icons/PreviewClose.d.ts +0 -2
- package/build/esm/icons/PreviewClose.js +0 -4
- package/build/esm/icons/Tick.d.ts +0 -2
- package/build/esm/icons/Tick.js +0 -8
- package/build/esm/icons/Unmute.d.ts +0 -2
- package/build/esm/icons/Unmute.js +0 -7
- package/build/esm/schema/validators/pixel.d.ts +0 -57
- package/build/esm/schema/validators/pixel.js +0 -60
- package/build/esm/utils/configure.d.ts +0 -12
- package/build/esm/utils/configure.js +0 -20
- package/build/esm/utils/registerKeyset.d.ts +0 -5
- package/build/esm/utils/registerKeyset.js +0 -5
- package/server/utils/configure.d.ts +0 -12
- package/server/utils/configure.js +0 -26
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { MarkdownItPluginCb } from '@
|
|
2
|
-
import { Lang } from '
|
|
1
|
+
import { MarkdownItPluginCb } from '@diplodoc/transform/lib/plugins/typings';
|
|
2
|
+
import { Lang } from '@gravity-ui/uikit';
|
|
3
3
|
export type ComplexItem = {
|
|
4
4
|
[key: string]: string;
|
|
5
5
|
};
|
|
6
6
|
export type Item = string | null | ComplexItem;
|
|
7
7
|
export type Transformer = (text: string) => string;
|
|
8
|
-
export type TransformerRaw = (lang: Lang
|
|
8
|
+
export type TransformerRaw = (lang: `${Lang}`, content: string, options: {
|
|
9
9
|
plugins: MarkdownItPluginCb[];
|
|
10
10
|
}) => string;
|
|
11
11
|
export type Parser<T = any> = (transformer: Transformer, block: T) => T;
|
|
12
12
|
export declare const createItemsParser: (fields: string[]) => (transformer: Transformer, items: Item[]) => (string | {
|
|
13
13
|
[x: string]: string;
|
|
14
14
|
} | null)[];
|
|
15
|
-
export declare function yfmTransformer(lang: Lang
|
|
15
|
+
export declare function yfmTransformer(lang: `${Lang}`, content: string, options?: {
|
|
16
16
|
plugins?: MarkdownItPluginCb[];
|
|
17
17
|
}): string;
|
|
18
|
-
export declare function typografTransformer(lang: Lang
|
|
18
|
+
export declare function typografTransformer(lang: `${Lang}`, content: string): string;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.typografTransformer = exports.yfmTransformer = exports.createItemsParser = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const plugins_1 = tslib_1.__importDefault(require("@
|
|
5
|
+
const plugins_1 = tslib_1.__importDefault(require("@diplodoc/transform/lib/plugins"));
|
|
6
6
|
const utils_1 = require("./utils");
|
|
7
7
|
const createItemsParser = (fields) => (transformer, items) => items.map((item) => {
|
|
8
8
|
if (!item) {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.filterContent = void 0;
|
|
6
6
|
const tslib_1 = require("tslib");
|
|
7
|
-
const evaluation_1 = tslib_1.__importDefault(require("@
|
|
7
|
+
const evaluation_1 = tslib_1.__importDefault(require("@diplodoc/transform/lib/liquid/evaluation"));
|
|
8
8
|
function filterItems(items, vars, propertyName) {
|
|
9
9
|
if (!Array.isArray(items)) {
|
|
10
10
|
throw new Error(`Error while filtering: items has invalid key '${propertyName}' equals ${JSON.stringify(items)}`);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { MarkdownItPluginCb } from '@
|
|
1
|
+
import { MarkdownItPluginCb } from '@diplodoc/transform/lib/plugins/typings';
|
|
2
|
+
import { Lang } from '@gravity-ui/uikit';
|
|
2
3
|
import { ConstructorBlock } from '../models/constructor';
|
|
3
|
-
import { Lang } from '../utils/configure';
|
|
4
4
|
export type ContentVariables = Record<string, string>;
|
|
5
5
|
export type ContentTransformerProps = {
|
|
6
6
|
content: {
|
|
7
7
|
blocks?: ConstructorBlock[];
|
|
8
8
|
};
|
|
9
9
|
options: {
|
|
10
|
-
lang: Lang
|
|
10
|
+
lang: `${Lang}`;
|
|
11
11
|
customConfig?: {};
|
|
12
12
|
vars?: ContentVariables;
|
|
13
13
|
plugins?: MarkdownItPluginCb[];
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Options, Output } from '@
|
|
1
|
+
import { Options, Output } from '@diplodoc/transform';
|
|
2
|
+
import { Lang } from '@gravity-ui/uikit';
|
|
2
3
|
import sanitize from 'sanitize-html';
|
|
3
|
-
import { Lang } from '../utils/configure';
|
|
4
4
|
import AddRuleOptions = typograf.AddRuleOptions;
|
|
5
5
|
export declare enum TransformType {
|
|
6
6
|
Text = "text",
|
|
7
7
|
Html = "html"
|
|
8
8
|
}
|
|
9
9
|
interface TransformOptions extends Options {
|
|
10
|
-
lang: Lang
|
|
10
|
+
lang: `${Lang}`;
|
|
11
11
|
}
|
|
12
12
|
export declare const DEFAULT_ALLOWED_TAGS: string[];
|
|
13
13
|
export declare const typografConfig: {
|
|
@@ -16,16 +16,16 @@ export declare const typografConfig: {
|
|
|
16
16
|
};
|
|
17
17
|
export declare const sanitizeStripOptions: sanitize.IOptions;
|
|
18
18
|
export declare function addTypografRules(options: AddRuleOptions[]): void;
|
|
19
|
-
export declare function typograf(text: string, lang?: Lang): string;
|
|
19
|
+
export declare function typograf(text: string, lang?: `${Lang}`): string;
|
|
20
20
|
export declare function sanitizeHtml(html: string, options?: sanitize.IOptions): string;
|
|
21
|
-
export declare function typografToHTML(text: string, lang: Lang
|
|
22
|
-
export declare function typografToText(text: string, lang: Lang): string;
|
|
21
|
+
export declare function typografToHTML(text: string, lang: `${Lang}`, allowedTags?: string[]): string;
|
|
22
|
+
export declare function typografToText(text: string, lang: `${Lang}`): string;
|
|
23
23
|
export declare const transformMarkdown: (input: string, options: TransformOptions) => Output['result'];
|
|
24
24
|
export declare function fullTransform(input: string, { lang, ...options }: TransformOptions): Output['result'];
|
|
25
25
|
export interface TypografEntityParams {
|
|
26
26
|
entity: Record<string, string>;
|
|
27
27
|
fields: string[];
|
|
28
|
-
lang: Lang
|
|
28
|
+
lang: `${Lang}`;
|
|
29
29
|
transformType: TransformType;
|
|
30
30
|
}
|
|
31
31
|
export declare function typografEntity({ entity, fields, lang, transformType, }: TypografEntityParams): Record<string, string>;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.typografEntity = exports.fullTransform = exports.transformMarkdown = exports.typografToText = exports.typografToHTML = exports.sanitizeHtml = exports.typograf = exports.addTypografRules = exports.sanitizeStripOptions = exports.typografConfig = exports.DEFAULT_ALLOWED_TAGS = exports.TransformType = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const transform_1 = tslib_1.__importDefault(require("@
|
|
5
|
+
const transform_1 = tslib_1.__importDefault(require("@diplodoc/transform"));
|
|
6
|
+
const uikit_1 = require("@gravity-ui/uikit");
|
|
6
7
|
const sanitize_html_1 = tslib_1.__importDefault(require("sanitize-html"));
|
|
7
8
|
const typograf_1 = tslib_1.__importDefault(require("typograf"));
|
|
8
|
-
const configure_1 = require("../utils/configure");
|
|
9
9
|
var TransformType;
|
|
10
10
|
(function (TransformType) {
|
|
11
11
|
TransformType["Text"] = "text";
|
|
@@ -48,10 +48,10 @@ function enableRules(tp) {
|
|
|
48
48
|
enabled.forEach((rule) => tp.enableRule(rule));
|
|
49
49
|
disabled.forEach((rule) => tp.disableRule(rule));
|
|
50
50
|
}
|
|
51
|
-
function typograf(text, lang =
|
|
51
|
+
function typograf(text, lang = uikit_1.Lang.Ru) {
|
|
52
52
|
const localeByLang = {
|
|
53
|
-
[
|
|
54
|
-
[
|
|
53
|
+
[uikit_1.Lang.Ru]: ['ru', 'en-US'],
|
|
54
|
+
[uikit_1.Lang.En]: ['en-US', 'ru'],
|
|
55
55
|
};
|
|
56
56
|
const tp = new typograf_1.default({
|
|
57
57
|
locale: localeByLang[lang],
|
|
@@ -85,7 +85,7 @@ function fullTransform(input, _a) {
|
|
|
85
85
|
return Object.assign(Object.assign({}, result), { html: typograf(html, lang), title: title && typograf(title, lang) });
|
|
86
86
|
}
|
|
87
87
|
exports.fullTransform = fullTransform;
|
|
88
|
-
function typografEntity({ entity, fields, lang =
|
|
88
|
+
function typografEntity({ entity, fields, lang = uikit_1.Lang.Ru, transformType = TransformType.Text, }) {
|
|
89
89
|
const transformTypeMap = {
|
|
90
90
|
text: typografToText,
|
|
91
91
|
html: typografToHTML,
|
|
@@ -5,6 +5,5 @@ export * from './url';
|
|
|
5
5
|
export * from './cn';
|
|
6
6
|
export * from './url';
|
|
7
7
|
export * from './theme';
|
|
8
|
-
export { Lang, configure } from './configure';
|
|
9
8
|
export type { HubspotEventData, HubspotEventHandlers, HubspotEventName } from './hubspot';
|
|
10
9
|
export { isHubspotEventData } from './hubspot';
|
package/build/cjs/utils/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isHubspotEventData =
|
|
3
|
+
exports.isHubspotEventData = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
tslib_1.__exportStar(require("./common"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./analytics"), exports);
|
|
@@ -9,8 +9,5 @@ tslib_1.__exportStar(require("./url"), exports);
|
|
|
9
9
|
tslib_1.__exportStar(require("./cn"), exports);
|
|
10
10
|
tslib_1.__exportStar(require("./url"), exports);
|
|
11
11
|
tslib_1.__exportStar(require("./theme"), exports);
|
|
12
|
-
var configure_1 = require("./configure");
|
|
13
|
-
Object.defineProperty(exports, "Lang", { enumerable: true, get: function () { return configure_1.Lang; } });
|
|
14
|
-
Object.defineProperty(exports, "configure", { enumerable: true, get: function () { return configure_1.configure; } });
|
|
15
12
|
var hubspot_1 = require("./hubspot");
|
|
16
13
|
Object.defineProperty(exports, "isHubspotEventData", { enumerable: true, get: function () { return hubspot_1.isHubspotEventData; } });
|
|
@@ -103,94 +103,6 @@ export declare const BannerCardProps: {
|
|
|
103
103
|
optionName: string;
|
|
104
104
|
})[];
|
|
105
105
|
};
|
|
106
|
-
metrikaGoals: {
|
|
107
|
-
oneOf: ({
|
|
108
|
-
type: string;
|
|
109
|
-
optionName: string;
|
|
110
|
-
items?: undefined;
|
|
111
|
-
} | {
|
|
112
|
-
type: string;
|
|
113
|
-
items: {
|
|
114
|
-
type: string;
|
|
115
|
-
additionalProperties?: undefined;
|
|
116
|
-
required?: undefined;
|
|
117
|
-
properties?: undefined;
|
|
118
|
-
};
|
|
119
|
-
optionName: string;
|
|
120
|
-
} | {
|
|
121
|
-
type: string;
|
|
122
|
-
items: {
|
|
123
|
-
type: string;
|
|
124
|
-
additionalProperties: boolean;
|
|
125
|
-
required: string[];
|
|
126
|
-
properties: {
|
|
127
|
-
name: {
|
|
128
|
-
type: string;
|
|
129
|
-
};
|
|
130
|
-
isCrossSite: {
|
|
131
|
-
type: string;
|
|
132
|
-
};
|
|
133
|
-
};
|
|
134
|
-
};
|
|
135
|
-
optionName: string;
|
|
136
|
-
})[];
|
|
137
|
-
};
|
|
138
|
-
pixelEvents: {
|
|
139
|
-
type: string;
|
|
140
|
-
items: {
|
|
141
|
-
type: string;
|
|
142
|
-
required: string[];
|
|
143
|
-
additionalProperties: boolean;
|
|
144
|
-
properties: {
|
|
145
|
-
name: {
|
|
146
|
-
type: string;
|
|
147
|
-
enum: import("../..").PixelEventType[];
|
|
148
|
-
};
|
|
149
|
-
data: {};
|
|
150
|
-
};
|
|
151
|
-
select: {
|
|
152
|
-
$data: string;
|
|
153
|
-
};
|
|
154
|
-
selectCases: {
|
|
155
|
-
SubmitApplication: {
|
|
156
|
-
additionalProperties: boolean;
|
|
157
|
-
properties: {
|
|
158
|
-
name: {};
|
|
159
|
-
};
|
|
160
|
-
};
|
|
161
|
-
Contact: {
|
|
162
|
-
additionalProperties: boolean;
|
|
163
|
-
properties: {
|
|
164
|
-
name: {};
|
|
165
|
-
};
|
|
166
|
-
};
|
|
167
|
-
Lead: {
|
|
168
|
-
additionalProperties: boolean;
|
|
169
|
-
properties: {
|
|
170
|
-
name: {};
|
|
171
|
-
data: {
|
|
172
|
-
type: string;
|
|
173
|
-
additionalProperties: boolean;
|
|
174
|
-
properties: {
|
|
175
|
-
content_category: {
|
|
176
|
-
type: string;
|
|
177
|
-
};
|
|
178
|
-
content_name: {
|
|
179
|
-
type: string;
|
|
180
|
-
};
|
|
181
|
-
currency: {
|
|
182
|
-
type: string;
|
|
183
|
-
};
|
|
184
|
-
value: {
|
|
185
|
-
type: string;
|
|
186
|
-
};
|
|
187
|
-
};
|
|
188
|
-
};
|
|
189
|
-
};
|
|
190
|
-
};
|
|
191
|
-
};
|
|
192
|
-
};
|
|
193
|
-
};
|
|
194
106
|
analyticsEvents: {
|
|
195
107
|
oneOf: ({
|
|
196
108
|
optionName: string;
|
|
@@ -410,94 +322,6 @@ export declare const BannerBlock: {
|
|
|
410
322
|
optionName: string;
|
|
411
323
|
})[];
|
|
412
324
|
};
|
|
413
|
-
metrikaGoals: {
|
|
414
|
-
oneOf: ({
|
|
415
|
-
type: string;
|
|
416
|
-
optionName: string;
|
|
417
|
-
items?: undefined;
|
|
418
|
-
} | {
|
|
419
|
-
type: string;
|
|
420
|
-
items: {
|
|
421
|
-
type: string;
|
|
422
|
-
additionalProperties?: undefined;
|
|
423
|
-
required?: undefined;
|
|
424
|
-
properties?: undefined;
|
|
425
|
-
};
|
|
426
|
-
optionName: string;
|
|
427
|
-
} | {
|
|
428
|
-
type: string;
|
|
429
|
-
items: {
|
|
430
|
-
type: string;
|
|
431
|
-
additionalProperties: boolean;
|
|
432
|
-
required: string[];
|
|
433
|
-
properties: {
|
|
434
|
-
name: {
|
|
435
|
-
type: string;
|
|
436
|
-
};
|
|
437
|
-
isCrossSite: {
|
|
438
|
-
type: string;
|
|
439
|
-
};
|
|
440
|
-
};
|
|
441
|
-
};
|
|
442
|
-
optionName: string;
|
|
443
|
-
})[];
|
|
444
|
-
};
|
|
445
|
-
pixelEvents: {
|
|
446
|
-
type: string;
|
|
447
|
-
items: {
|
|
448
|
-
type: string;
|
|
449
|
-
required: string[];
|
|
450
|
-
additionalProperties: boolean;
|
|
451
|
-
properties: {
|
|
452
|
-
name: {
|
|
453
|
-
type: string;
|
|
454
|
-
enum: import("../..").PixelEventType[];
|
|
455
|
-
};
|
|
456
|
-
data: {};
|
|
457
|
-
};
|
|
458
|
-
select: {
|
|
459
|
-
$data: string;
|
|
460
|
-
};
|
|
461
|
-
selectCases: {
|
|
462
|
-
SubmitApplication: {
|
|
463
|
-
additionalProperties: boolean;
|
|
464
|
-
properties: {
|
|
465
|
-
name: {};
|
|
466
|
-
};
|
|
467
|
-
};
|
|
468
|
-
Contact: {
|
|
469
|
-
additionalProperties: boolean;
|
|
470
|
-
properties: {
|
|
471
|
-
name: {};
|
|
472
|
-
};
|
|
473
|
-
};
|
|
474
|
-
Lead: {
|
|
475
|
-
additionalProperties: boolean;
|
|
476
|
-
properties: {
|
|
477
|
-
name: {};
|
|
478
|
-
data: {
|
|
479
|
-
type: string;
|
|
480
|
-
additionalProperties: boolean;
|
|
481
|
-
properties: {
|
|
482
|
-
content_category: {
|
|
483
|
-
type: string;
|
|
484
|
-
};
|
|
485
|
-
content_name: {
|
|
486
|
-
type: string;
|
|
487
|
-
};
|
|
488
|
-
currency: {
|
|
489
|
-
type: string;
|
|
490
|
-
};
|
|
491
|
-
value: {
|
|
492
|
-
type: string;
|
|
493
|
-
};
|
|
494
|
-
};
|
|
495
|
-
};
|
|
496
|
-
};
|
|
497
|
-
};
|
|
498
|
-
};
|
|
499
|
-
};
|
|
500
|
-
};
|
|
501
325
|
analyticsEvents: {
|
|
502
326
|
oneOf: ({
|
|
503
327
|
optionName: string;
|
|
@@ -718,94 +542,6 @@ export declare const BannerCard: {
|
|
|
718
542
|
optionName: string;
|
|
719
543
|
})[];
|
|
720
544
|
};
|
|
721
|
-
metrikaGoals: {
|
|
722
|
-
oneOf: ({
|
|
723
|
-
type: string;
|
|
724
|
-
optionName: string;
|
|
725
|
-
items?: undefined;
|
|
726
|
-
} | {
|
|
727
|
-
type: string;
|
|
728
|
-
items: {
|
|
729
|
-
type: string;
|
|
730
|
-
additionalProperties?: undefined;
|
|
731
|
-
required?: undefined;
|
|
732
|
-
properties?: undefined;
|
|
733
|
-
};
|
|
734
|
-
optionName: string;
|
|
735
|
-
} | {
|
|
736
|
-
type: string;
|
|
737
|
-
items: {
|
|
738
|
-
type: string;
|
|
739
|
-
additionalProperties: boolean;
|
|
740
|
-
required: string[];
|
|
741
|
-
properties: {
|
|
742
|
-
name: {
|
|
743
|
-
type: string;
|
|
744
|
-
};
|
|
745
|
-
isCrossSite: {
|
|
746
|
-
type: string;
|
|
747
|
-
};
|
|
748
|
-
};
|
|
749
|
-
};
|
|
750
|
-
optionName: string;
|
|
751
|
-
})[];
|
|
752
|
-
};
|
|
753
|
-
pixelEvents: {
|
|
754
|
-
type: string;
|
|
755
|
-
items: {
|
|
756
|
-
type: string;
|
|
757
|
-
required: string[];
|
|
758
|
-
additionalProperties: boolean;
|
|
759
|
-
properties: {
|
|
760
|
-
name: {
|
|
761
|
-
type: string;
|
|
762
|
-
enum: import("../..").PixelEventType[];
|
|
763
|
-
};
|
|
764
|
-
data: {};
|
|
765
|
-
};
|
|
766
|
-
select: {
|
|
767
|
-
$data: string;
|
|
768
|
-
};
|
|
769
|
-
selectCases: {
|
|
770
|
-
SubmitApplication: {
|
|
771
|
-
additionalProperties: boolean;
|
|
772
|
-
properties: {
|
|
773
|
-
name: {};
|
|
774
|
-
};
|
|
775
|
-
};
|
|
776
|
-
Contact: {
|
|
777
|
-
additionalProperties: boolean;
|
|
778
|
-
properties: {
|
|
779
|
-
name: {};
|
|
780
|
-
};
|
|
781
|
-
};
|
|
782
|
-
Lead: {
|
|
783
|
-
additionalProperties: boolean;
|
|
784
|
-
properties: {
|
|
785
|
-
name: {};
|
|
786
|
-
data: {
|
|
787
|
-
type: string;
|
|
788
|
-
additionalProperties: boolean;
|
|
789
|
-
properties: {
|
|
790
|
-
content_category: {
|
|
791
|
-
type: string;
|
|
792
|
-
};
|
|
793
|
-
content_name: {
|
|
794
|
-
type: string;
|
|
795
|
-
};
|
|
796
|
-
currency: {
|
|
797
|
-
type: string;
|
|
798
|
-
};
|
|
799
|
-
value: {
|
|
800
|
-
type: string;
|
|
801
|
-
};
|
|
802
|
-
};
|
|
803
|
-
};
|
|
804
|
-
};
|
|
805
|
-
};
|
|
806
|
-
};
|
|
807
|
-
};
|
|
808
|
-
};
|
|
809
545
|
analyticsEvents: {
|
|
810
546
|
oneOf: ({
|
|
811
547
|
optionName: string;
|
|
@@ -5,7 +5,7 @@ import ButtonTabs from '../../components/ButtonTabs/ButtonTabs';
|
|
|
5
5
|
import { ConstructorItem } from '../../containers/PageConstructor/components/ConstructorItem';
|
|
6
6
|
import { Col, Row } from '../../grid';
|
|
7
7
|
import { block, getBlockKey } from '../../utils';
|
|
8
|
-
import i18n from './i18n';
|
|
8
|
+
import { i18n } from './i18n';
|
|
9
9
|
import './FilterBlock.css';
|
|
10
10
|
const b = block('filter-block');
|
|
11
11
|
const FilterBlock = ({ title, description, tags, tagButtonSize, allTag, items, colSizes, centered, animated, }) => {
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
export default _default;
|
|
1
|
+
export declare const i18n: (key: "label-all-tag", params?: import("@gravity-ui/i18n").Params | undefined) => string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { addComponentKeysets } from '@gravity-ui/uikit/i18n';
|
|
2
|
+
import { NAMESPACE } from '../../../utils/cn';
|
|
2
3
|
import en from './en.json';
|
|
3
4
|
import ru from './ru.json';
|
|
4
|
-
const
|
|
5
|
-
export default registerKeyset({ en, ru }, COMPONENT);
|
|
5
|
+
export const i18n = addComponentKeysets({ en, ru }, `${NAMESPACE}FilterBlock`);
|
|
@@ -182,94 +182,6 @@ export declare const MapBlock: {
|
|
|
182
182
|
optionName: string;
|
|
183
183
|
})[];
|
|
184
184
|
};
|
|
185
|
-
metrikaGoals: {
|
|
186
|
-
oneOf: ({
|
|
187
|
-
type: string;
|
|
188
|
-
optionName: string;
|
|
189
|
-
items?: undefined;
|
|
190
|
-
} | {
|
|
191
|
-
type: string;
|
|
192
|
-
items: {
|
|
193
|
-
type: string;
|
|
194
|
-
additionalProperties?: undefined;
|
|
195
|
-
required?: undefined;
|
|
196
|
-
properties?: undefined;
|
|
197
|
-
};
|
|
198
|
-
optionName: string;
|
|
199
|
-
} | {
|
|
200
|
-
type: string;
|
|
201
|
-
items: {
|
|
202
|
-
type: string;
|
|
203
|
-
additionalProperties: boolean;
|
|
204
|
-
required: string[];
|
|
205
|
-
properties: {
|
|
206
|
-
name: {
|
|
207
|
-
type: string;
|
|
208
|
-
};
|
|
209
|
-
isCrossSite: {
|
|
210
|
-
type: string;
|
|
211
|
-
};
|
|
212
|
-
};
|
|
213
|
-
};
|
|
214
|
-
optionName: string;
|
|
215
|
-
})[];
|
|
216
|
-
};
|
|
217
|
-
pixelEvents: {
|
|
218
|
-
type: string;
|
|
219
|
-
items: {
|
|
220
|
-
type: string;
|
|
221
|
-
required: string[];
|
|
222
|
-
additionalProperties: boolean;
|
|
223
|
-
properties: {
|
|
224
|
-
name: {
|
|
225
|
-
type: string;
|
|
226
|
-
enum: import("../..").PixelEventType[];
|
|
227
|
-
};
|
|
228
|
-
data: {};
|
|
229
|
-
};
|
|
230
|
-
select: {
|
|
231
|
-
$data: string;
|
|
232
|
-
};
|
|
233
|
-
selectCases: {
|
|
234
|
-
SubmitApplication: {
|
|
235
|
-
additionalProperties: boolean;
|
|
236
|
-
properties: {
|
|
237
|
-
name: {};
|
|
238
|
-
};
|
|
239
|
-
};
|
|
240
|
-
Contact: {
|
|
241
|
-
additionalProperties: boolean;
|
|
242
|
-
properties: {
|
|
243
|
-
name: {};
|
|
244
|
-
};
|
|
245
|
-
};
|
|
246
|
-
Lead: {
|
|
247
|
-
additionalProperties: boolean;
|
|
248
|
-
properties: {
|
|
249
|
-
name: {};
|
|
250
|
-
data: {
|
|
251
|
-
type: string;
|
|
252
|
-
additionalProperties: boolean;
|
|
253
|
-
properties: {
|
|
254
|
-
content_category: {
|
|
255
|
-
type: string;
|
|
256
|
-
};
|
|
257
|
-
content_name: {
|
|
258
|
-
type: string;
|
|
259
|
-
};
|
|
260
|
-
currency: {
|
|
261
|
-
type: string;
|
|
262
|
-
};
|
|
263
|
-
value: {
|
|
264
|
-
type: string;
|
|
265
|
-
};
|
|
266
|
-
};
|
|
267
|
-
};
|
|
268
|
-
};
|
|
269
|
-
};
|
|
270
|
-
};
|
|
271
|
-
};
|
|
272
|
-
};
|
|
273
185
|
analyticsEvents: {
|
|
274
186
|
oneOf: ({
|
|
275
187
|
optionName: string;
|