{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "gutenkit/donut-progress-bar", "version": "1.0.0", "title": "Donut progress bar", "category": "gutenkit", "keywords": [ "gkit", "gutenkit", "pie", "chart", "donut progress bar" ], "description": "Donut progress bar block for gutenberg.", "example": { "preview": true }, "attributes": { "blockID": { "type": "string" }, "blockClass": { "type": "string" }, "blocksCSS": { "type": "object" }, "gkitPiechartStyle": { "type": "string", "default": "simple", "excludeCopy": true }, "gkitPiechartContent": { "type": "string", "default": "percentage", "excludeCopy": true }, "gkitPiechartPercentage": { "type": "number", "default": 80, "excludeCopy": true }, "gkitPiechartIconType": { "type": "string", "default": "icon", "excludeCopy": true }, "gkitPiechartIcon": { "type": "object", "default": { "title": "apartment", "src": "\napartment\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" }, "excludeCopy": true }, "gkitPiechartIconImage": { "type": "object", "default": { "type": "image" }, "excludeCopy": true }, "gkitPiechartTitle": { "type": "string", "default": "Default title", "source": "html", "selector": ".gkit-piechart-title", "excludeCopy": true }, "gkitPiechartItemDescription": { "type": "string", "source": "html", "selector": ".gkit-piechart-description", "default": "Default description", "excludeCopy": true }, "gkitPiechartContentStyle": { "type": "string", "default": "default", "excludeCopy": true }, "gkitPiechartTitleColor": { "type": "string", "default": "#f5f5f5" }, "gkitPiechartTitleTypographyGroup": { "type": "object" }, "gkitPiechartTitleMarginDesktop": { "type": "object", "default": { "top": "0px", "right": "0px", "bottom": "20px", "left": "0px" } }, "gkitPiechartTitleMarginTablet": { "type": "object" }, "gkitPiechartTitleMarginMobile": { "type": "object" }, "gkitPiechartTitleMarginTabletLandscape": { "type": "object" }, "gkitPiechartTitleMarginMobileLandscape": { "type": "object" }, "gkitPiechartTitleMarginLaptop": { "type": "object" }, "gkitPiechartTitleMarginWideScreen": { "type": "object" }, "gkitPiechartContentColor": { "type": "string" }, "gkitPiechartContentTypographyGroup": { "type": "object" }, "gkitPiechartContentMarginDesktop": { "type": "object", "default": { "top": 0, "right": 0, "bottom": 0, "left": 0 } }, "gkitPiechartContentMarginTablet": { "type": "object" }, "gkitPiechartContentMarginMobile": { "type": "object" }, "gkitPiechartContentMarginTabletLandscape": { "type": "object" }, "gkitPiechartContentMarginMobileLandscape": { "type": "object" }, "gkitPiechartContentMarginLaptop": { "type": "object" }, "gkitPiechartContentMarginWideScreen": { "type": "object" }, "gkitPiechartContentAlignDesktop": { "type": "string", "default": "center" }, "gkitPiechartContentAlignTablet": { "type": "string" }, "gkitPiechartContentAlignMobile": { "type": "string" }, "gkitPiechartContentAlignTabletLandscape": { "type": "string" }, "gkitPiechartContentAlignMobileLandscape": { "type": "string" }, "gkitPiechartContentAlignLaptop": { "type": "string" }, "gkitPiechartContentAlignWideScreen": { "type": "string" }, "gkitPiechartSlideElementHeightDesktop": { "type": "object", "default": { "unit": "px", "size": 250 } }, "gkitPiechartSlideElementHeightTablet": { "type": "object" }, "gkitPiechartSlideElementHeightMobile": { "type": "object" }, "gkitPiechartSlideElementHeightTabletLandscape": { "type": "object" }, "gkitPiechartSlideElementHeightMobileLandscape": { "type": "object" }, "gkitPiechartSlideElementHeightLaptop": { "type": "object" }, "gkitPiechartSlideElementHeightWideScreen": { "type": "object" }, "gkitPiechartSlideBackgroundGroup": { "type": "object" }, "gkitPiechartSlideBackPaddingDesktop": { "type": "object" }, "gkitPiechartSlideBackPaddingTablet": { "type": "object" }, "gkitPiechartSlideBackPaddingMobile": { "type": "object" }, "gkitPiechartSlideBackPaddingTabletLandscape": { "type": "object" }, "gkitPiechartSlideBackPaddingMobileLandscape": { "type": "object" }, "gkitPiechartSlideBackPaddingLaptop": { "type": "object" }, "gkitPiechartSlideBackPaddingWideScreen": { "type": "object" }, "gkitPiechartSizeDesktop": { "type": "object", "default": { "unit": "px", "size": 150 } }, "gkitPiechartSizeTablet": { "type": "object" }, "gkitPiechartSizeMobile": { "type": "object" }, "gkitPiechartSizeTabletLandscape": { "type": "object" }, "gkitPiechartSizeMobileLandscape": { "type": "object" }, "gkitPiechartSizeLaptop": { "type": "object" }, "gkitPiechartSizeWideScreen": { "type": "object" }, "gkitPiechartLineCap": { "type": "string", "default": "round" }, "gkitPiechartBorderSize": { "type": "object", "default": { "unit": "px", "size": 5 } }, "gkitPiechartIconSizeDesktop": { "type": "object", "default": { "unit": "px", "size": 30 } }, "gkitPiechartIconSizeTablet": { "type": "object" }, "gkitPiechartIconSizeMobile": { "type": "object" }, "gkitPiechartIconSizeTabletLandscape": { "type": "object" }, "gkitPiechartIconSizeMobileLandscape": { "type": "object" }, "gkitPiechartIconSizeLaptop": { "type": "object" }, "gkitPiechartIconSizeWideScreen": { "type": "object" }, "gkitPiechartImageSizeDesktop": { "type": "object", "default": { "unit": "px", "size": 80 } }, "gkitPiechartImageSizeTablet": { "type": "object" }, "gkitPiechartImageSizeMobile": { "type": "object" }, "gkitPiechartImageSizeTabletLandscape": { "type": "object" }, "gkitPiechartImageSizeMobileLandscape": { "type": "object" }, "gkitPiechartImageSizeLaptop": { "type": "object" }, "gkitPiechartImageSizeWideScreen": { "type": "object" }, "gkitPiechartLineColor": { "type": "string" }, "gkitPiechartBarColor": { "type": "object", "default": { "backgroundType": "classic", "backgroundColor": "#72e9cd" } }, "gkitPiechartIocnColor": { "type": "string" }, "gkitPiechartContentColorNumber": { "type": "string" }, "gkitPiechartNumberTypographyGroup": { "type": "object" }, "gkitPiechartWrapperPaddingDesktop": { "type": "object", "default": { "top": "60px", "right": 0, "bottom": "60px", "left": 0 } }, "gkitPiechartWrapperBoxShadowGroup": { "type": "object" }, "gkitPiechartBackgroundNormal": { "type": "object" }, "gkitPiechartBackgroundHover": { "type": "object" }, "gkitPiechartBgHoverAnimation": { "type": "object" } }, "supports": { "html": false, "anchor": true, "align": [ "wide", "full" ] }, "textdomain": "gutenkit-blocks-addon", "editorScript": [ "file:./index.js", "easy-piechart" ], "editorStyle": "file:./index.css", "style": "file:./style-index.css", "viewScript": [ "file:./frontend.js", "easy-piechart" ] }"use strict";(self.webpackChunkgravityforms=self.webpackChunkgravityforms||[]).push([[376],{4916:function(n,e,t){t.r(e),t.d(e,{default:function(){return f}});var o,s=t(5518),i=t(8990),c=t.n(i),r=t(2340),p=t.n(r),a=t(7329),d=t.n(a),l=(null===d()||void 0===d()||null===(o=d().components)||void 0===o?void 0:o.post_select)||{},u=function(n){!function(n){p().components.Dropdown||(p().components.Dropdown=c()),p().instances.postSelects=[],n.forEach((function(n){!function(n){var e=(0,s.getClosest)(n,".gform-settings-field"),t=n.dataset.postType,o=l[t],i=o.endpoints,r=o.data;p().instances.postSelects.push(new(c())({container:e.id,selector:"gform-settings-field-select",render:!1,renderListData:!0,searchType:"async",onItemSelect:function(n){return function(n,e){(0,s.getNodes)("gf-post-select-input",!0,e,!1)[0].value=n}(n,e)},baseUrl:i.get,endpoints:i,endpointKey:"get",endpointRequestOptions:{method:"GET"},endpointUseRest:!0,listData:r}))}(n)}))}(n)},f=function(n){u(n),(0,s.consoleInfo)("Gravity Forms Admin: Initialized post select dropdown component.")}}}]);