Skip to content

Commit

Permalink
phetioFeature and grunt update , phetsims/sun#257 phetsims/sun#571
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 28, 2020
1 parent 2513e0f commit 66f8bce
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
28 changes: 2 additions & 26 deletions balancing-act_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,8 @@

window.phet = window.phet || {};
window.phet.chipper = window.phet.chipper || {};
window.phet.chipper.packageObject = {
"name": "balancing-act",
"version": "1.3.0-dev.0",
"license": "GPL-3.0",
"repository": { "type": "git", "url": "https://github.com/phetsims/balancing-act.git" },
"devDependencies": { "grunt": "~1.0.0" },
"phet": {
"requirejsNamespace": "BALANCING_ACT",
"phetLibs": [ "vegas", "twixt" ],
"runnable": true,
"supportedBrands": [ "phet", "adapted-from-phet", "phet-io" ],
"supportsSound": true,
"simulation": true
},
"eslintConfig": { "extends": "../chipper/eslint/sim_eslintrc.js" }
};
window.phet.chipper.stringRepos = [ {
"repo": "balancing-act",
"requirejsNamespace": "BALANCING_ACT"
}, { "repo": "joist", "requirejsNamespace": "JOIST" }, {
"repo": "scenery-phet",
"requirejsNamespace": "SCENERY_PHET"
}, { "repo": "sun", "requirejsNamespace": "SUN" }, {
"repo": "tambo",
"requirejsNamespace": "TAMBO"
}, { "repo": "twixt", "requirejsNamespace": "TWIXT" }, { "repo": "vegas", "requirejsNamespace": "VEGAS" } ];
window.phet.chipper.packageObject = {"name":"balancing-act","version":"1.3.0-dev.0","license":"GPL-3.0","repository":{"type":"git","url":"https://github.com/phetsims/balancing-act.git"},"devDependencies":{"grunt":"~1.0.0"},"phet":{"requirejsNamespace":"BALANCING_ACT","phetLibs":["vegas","twixt"],"runnable":true,"supportedBrands":["phet","adapted-from-phet","phet-io"],"supportsSound":true,"simulation":true},"eslintConfig":{"extends":"../chipper/eslint/sim_eslintrc.js"}};
window.phet.chipper.stringRepos = [{"repo":"balancing-act","requirejsNamespace":"BALANCING_ACT"},{"repo":"joist","requirejsNamespace":"JOIST"},{"repo":"scenery-phet","requirejsNamespace":"SCENERY_PHET"},{"repo":"sun","requirejsNamespace":"SUN"},{"repo":"tambo","requirejsNamespace":"TAMBO"},{"repo":"twixt","requirejsNamespace":"TWIXT"},{"repo":"vegas","requirejsNamespace":"VEGAS"}];

// Identify the brand (assume generated brand if not provided with query parameters)
const brandMatch = location.search.match( /brand=([^&]+)/ );
Expand Down
37 changes: 31 additions & 6 deletions js/phet-io/balancing-act-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

/* eslint-disable */
window.phet.phetio.phetioElementsBaseline = assert &&
{
{
"balancingAct.balanceLabScreen": {
"phetioDocumentation": "",
"phetioDynamicElement": false,
Expand Down Expand Up @@ -392,6 +391,19 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioStudioControl": true,
"phetioTypeName": "ActionIO<NullableIO<SceneryEventIO>>"
},
"balancingAct.balanceLabScreen.view.columnControlPanel.columnSwitch.toggleSwitch.enabledProperty": {
"phetioDocumentation": "When disabled, the component is grayed out and cannot be interacted with.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": true,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO<BooleanIO>"
},
"balancingAct.balanceLabScreen.view.columnControlPanel.columnSwitch.toggleSwitch.opacityProperty": {
"phetioDocumentation": "Opacity of the parent NodeIO, between 0 (invisible) and 1 (fully visible)",
"phetioDynamicElement": false,
Expand Down Expand Up @@ -448,7 +460,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioDocumentation": "Controls whether the Node will be visible (and interactive), see the NodeIO documentation for more details.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioFeatured": true,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
Expand All @@ -461,7 +473,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioDocumentation": "Controls whether the Node will be visible (and interactive), see the NodeIO documentation for more details.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioFeatured": true,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
Expand Down Expand Up @@ -6307,6 +6319,19 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioStudioControl": true,
"phetioTypeName": "ActionIO<NullableIO<SceneryEventIO>>"
},
"balancingAct.introScreen.view.columnControlPanel.columnSwitch.toggleSwitch.enabledProperty": {
"phetioDocumentation": "When disabled, the component is grayed out and cannot be interacted with.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": true,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO<BooleanIO>"
},
"balancingAct.introScreen.view.columnControlPanel.columnSwitch.toggleSwitch.opacityProperty": {
"phetioDocumentation": "Opacity of the parent NodeIO, between 0 (invisible) and 1 (fully visible)",
"phetioDynamicElement": false,
Expand Down Expand Up @@ -6363,7 +6388,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioDocumentation": "Controls whether the Node will be visible (and interactive), see the NodeIO documentation for more details.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioFeatured": true,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
Expand All @@ -6376,7 +6401,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioDocumentation": "Controls whether the Node will be visible (and interactive), see the NodeIO documentation for more details.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioFeatured": true,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
Expand Down
3 changes: 1 addition & 2 deletions js/phet-io/balancing-act-phet-io-types.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

/* eslint-disable */
window.phet.phetio.phetioTypes = assert &&
{
{
"ActionIO<>": {
"documentation": "Executes when an event occurs.",
"events": [
Expand Down

1 comment on commit 66f8bce

@zepumph
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.