@oracle/oraclejet-audit 10.0.0 → 11.1.3
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/jaf-amd.js +12 -4
- package/jaf.js +6 -1
- package/jafapi.js +6 -1
- package/lib/AST.js +6 -1
- package/lib/AST_Ts.js +6 -1
- package/lib/AstJson.js +6 -1
- package/lib/AstNodeTypes.js +6 -1
- package/lib/Comments.js +6 -1
- package/lib/ComponentSvcs.js +5 -0
- package/lib/Components.js +6 -1
- package/lib/Config.js +6 -1
- package/lib/ConfigLib.js +6 -1
- package/lib/CssLib.js +5 -0
- package/lib/CssUtils.js +5 -0
- package/lib/DomUtils.js +6 -1
- package/lib/FileIndex.js +5 -0
- package/lib/FileSet.js +5 -0
- package/lib/FsUtils.js +6 -1
- package/lib/Histo.js +6 -0
- package/lib/HtmlTree.js +6 -1
- package/lib/HtmlUtils.js +5 -0
- package/lib/Issue.js +5 -0
- package/lib/JafEvents.js +5 -0
- package/lib/JafLib.js +6 -1
- package/lib/Json.js +6 -0
- package/lib/JsonLoader.js +6 -1
- package/lib/MetaLib.js +6 -1
- package/lib/NetUtils.js +5 -0
- package/lib/NodeTypes.js +5 -0
- package/lib/Parser.js +6 -1
- package/lib/RegTypes.js +5 -0
- package/lib/Registry.js +5 -0
- package/lib/Reporter.js +5 -0
- package/lib/RuleContext.js +5 -0
- package/lib/RulePack.js +5 -0
- package/lib/RuleSet.js +6 -1
- package/lib/Rules.js +6 -1
- package/lib/Scope.js +6 -1
- package/lib/SemVer.js +5 -0
- package/lib/Server.js +5 -0
- package/lib/SevLib.js +5 -0
- package/lib/Severity.js +6 -1
- package/lib/Stats.js +6 -0
- package/lib/Ts.js +6 -1
- package/lib/Utils.js +6 -1
- package/lib/Watch.js +5 -0
- package/lib/Writer.js +5 -0
- package/lib/ZipUtils.js +5 -0
- package/lib/api.js +6 -0
- package/lib/cliStats.js +6 -0
- package/lib/clone.js +5 -0
- package/lib/cmdline.js +6 -1
- package/lib/colors.js +5 -0
- package/lib/exportRules.js +6 -0
- package/lib/extends.js +6 -0
- package/lib/filetypes.js +6 -0
- package/lib/groups.js +6 -0
- package/lib/help.js +6 -1
- package/lib/imanual.js +6 -0
- package/lib/jetver.js +6 -1
- package/lib/macros.js +6 -0
- package/lib/metaLoader.js +5 -0
- package/lib/metahist.js +5 -0
- package/lib/msgidLoader.js +6 -1
- package/lib/ns.js +6 -1
- package/lib/nslist.js +6 -1
- package/lib/outFormat.js +6 -0
- package/lib/outfile.js +5 -0
- package/lib/ruleLoader.js +5 -0
- package/lib/scaffold.js +6 -1
- package/lib/scaffoldRule.js +6 -1
- package/lib/schema.js +5 -0
- package/lib/scopewalker.js +6 -0
- package/lib/spinner.js +5 -0
- package/lib/spinnernoop.js +5 -0
- package/lib/tabs.js +5 -0
- package/lib/xmanual.js +6 -0
- package/libext/expparser.js +6 -1
- package/meta/10.1.0/jetauditmeta.js +9 -0
- package/meta/11.0.0/jetauditmeta.js +9 -0
- package/meta/11.1.0/jetauditmeta.js +9 -0
- package/meta/metaverlist.json +1 -1
- package/package.json +2 -3
- package/rulepacks/csp/csp-html-script-unsafe-inline.js +5 -0
- package/rulepacks/csp/csp-html-style-unsafe-inline.js +5 -0
- package/rulepacks/csp/csp-html-unsafe-expr.js +5 -0
- package/rulepacks/csp/csp-js-script-unsafe-eval.js +6 -1
- package/rulepacks/csp/csp-js-style-unsafe-inline.js +5 -0
- package/rulepacks/csp/csp-ts-script-unsafe-eval.js +6 -0
- package/rulepacks/csp/csp-ts-style-unsafe-inline.js +6 -0
- package/rulepacks/csp/msgid.json +6 -1
- package/rulepacks/csp/rules.json +6 -1
- package/rulepacks/jetwc/jetwc-absolute-jetversion.js +6 -1
- package/rulepacks/jetwc/jetwc-aria-redefinition.js +6 -1
- package/rulepacks/jetwc/jetwc-bootstrap.js +6 -1
- package/rulepacks/jetwc/jetwc-compjson-bp-ar.js +6 -1
- package/rulepacks/jetwc/jetwc-compjson-bp-obj.js +6 -1
- package/rulepacks/jetwc/jetwc-component-dependencies.js +6 -1
- package/rulepacks/jetwc/jetwc-component-displayname.js +6 -1
- package/rulepacks/jetwc/jetwc-component-foldername.js +6 -1
- package/rulepacks/jetwc/jetwc-component-location.js +6 -1
- package/rulepacks/jetwc/jetwc-component-type.js +6 -1
- package/rulepacks/jetwc/jetwc-data-property-prefix.js +6 -1
- package/rulepacks/jetwc/jetwc-deprecated-lifecycle.js +6 -1
- package/rulepacks/jetwc/jetwc-disabled-property.js +6 -1
- package/rulepacks/jetwc/jetwc-displayname.js +6 -1
- package/rulepacks/jetwc/jetwc-dynamic-slot-context.js +6 -1
- package/rulepacks/jetwc/jetwc-dynamic-slots-naming.js +6 -1
- package/rulepacks/jetwc/jetwc-event-displayname.js +6 -1
- package/rulepacks/jetwc/jetwc-events.js +6 -1
- package/rulepacks/jetwc/jetwc-jet-version.js +6 -1
- package/rulepacks/jetwc/jetwc-loader-file.js +6 -1
- package/rulepacks/jetwc/jetwc-method-displayname.js +6 -1
- package/rulepacks/jetwc/jetwc-methods.js +6 -1
- package/rulepacks/jetwc/jetwc-namespace.js +6 -1
- package/rulepacks/jetwc/jetwc-nested-defaults.js +6 -1
- package/rulepacks/jetwc/jetwc-nls-languages.js +6 -1
- package/rulepacks/jetwc/jetwc-nls-root.js +6 -1
- package/rulepacks/jetwc/jetwc-oj-register.js +6 -1
- package/rulepacks/jetwc/jetwc-ojcss.js +6 -1
- package/rulepacks/jetwc/jetwc-pack-children.js +6 -1
- package/rulepacks/jetwc/jetwc-packable-components.js +6 -1
- package/rulepacks/jetwc/jetwc-prerelease-dependencies.js +6 -1
- package/rulepacks/jetwc/jetwc-prerelease-pattern.js +6 -1
- package/rulepacks/jetwc/jetwc-prerelease-version.js +6 -1
- package/rulepacks/jetwc/jetwc-property-changed.js +6 -1
- package/rulepacks/jetwc/jetwc-property-displayname.js +6 -1
- package/rulepacks/jetwc/jetwc-property-nesting.js +6 -1
- package/rulepacks/jetwc/jetwc-public-modules.js +6 -1
- package/rulepacks/jetwc/jetwc-register-css.js +6 -1
- package/rulepacks/jetwc/jetwc-register-with-promises.js +6 -1
- package/rulepacks/jetwc/jetwc-require-paths.js +6 -1
- package/rulepacks/jetwc/jetwc-required-subproperty.js +6 -0
- package/rulepacks/jetwc/jetwc-reserved-property.js +6 -1
- package/rulepacks/jetwc/jetwc-schema.js +6 -1
- package/rulepacks/jetwc/jetwc-semantic-version.js +6 -1
- package/rulepacks/jetwc/jetwc-slot-displayname.js +6 -1
- package/rulepacks/jetwc/jetwc-slots.js +6 -1
- package/rulepacks/jetwc/jetwc-standard-files.js +6 -1
- package/rulepacks/jetwc/jetwc-subproperty-writeback.js +6 -0
- package/rulepacks/jetwc/jetwc-template-slots.js +6 -1
- package/rulepacks/jetwc/jetwc-unused-events.js +6 -1
- package/rulepacks/jetwc/jetwc-unused-slots.js +6 -1
- package/rulepacks/jetwc/jetwc-vb-category.js +6 -1
- package/rulepacks/jetwc/jetwc-vb-icon.js +6 -1
- package/rulepacks/jetwc/jetwc-version-openrange.js +6 -1
- package/rulepacks/jetwc/jetwc-writeback-required.js +6 -1
- package/rulepacks/jetwc/msgid.json +6 -0
- package/rulepacks/jetwc/rules.json +6 -1
- package/rulepacks/jetwc-lib/component-audit-utils.js +6 -1
- package/rulepacks/jetwco/jetwco-bootstrap.js +6 -1
- package/rulepacks/jetwco/jetwco-compjson-ns-reg.js +6 -1
- package/rulepacks/jetwco/jetwco-component-api-baseline-changes.js +6 -0
- package/rulepacks/jetwco/jetwco-component-api-changes.js +6 -1
- package/rulepacks/jetwco/jetwco-component-cdn.js +6 -1
- package/rulepacks/jetwco/jetwco-exchange-version-check.js +6 -1
- package/rulepacks/jetwco/jetwco-license-info.js +6 -1
- package/rulepacks/jetwco/jetwco-prerelease-cdn.js +6 -1
- package/rulepacks/jetwco/jetwco-thirdparty-ba.js +6 -1
- package/rulepacks/jetwco/msgid.json +6 -0
- package/rulepacks/jetwco/rules.json +6 -1
- package/rulepacks/spoc/msgid.json +5 -0
- package/rulepacks/spoc/rules.json +5 -0
- package/rulepacks/spoc/spoc-dom-manip-inv-tag.js +5 -0
- package/rulepacks/spoc/spoc-dom-manip-tag-pos.js +5 -0
- package/rulepacks/spoc/spoc-dom-manip.js +5 -0
- package/rules/jaf/jaf-css-diagnose.js +5 -0
- package/rules/jaf/jaf-html-diagnose.js +5 -0
- package/rules/jaf/jaf-init-schema.js +5 -0
- package/rules/jaf/jaf-js-diagnose.js +5 -0
- package/rules/jaf/jaf-ts-diagnose.js +6 -0
- package/rules/jaf/msgid.json +6 -1
- package/rules/jaf/rules.json +6 -1
- package/rules/jet/helpers/acc-aria-label.js +6 -1
- package/rules/jet/helpers/bp-checkPropType.js +5 -0
- package/rules/jet/helpers/cssHelper.js +6 -1
- package/rules/jet/helpers/extractStylesFromClass.js +6 -1
- package/rules/jet/helpers/has-slot-name.js +6 -1
- package/rules/jet/helpers/has-slot.js +5 -0
- package/rules/jet/helpers/json-prop-pos.js +5 -0
- package/rules/jet/helpers/json-propname-pos.js +5 -0
- package/rules/jet/helpers/style-selector.js +6 -1
- package/rules/jet/helpers/valid-attr.js +5 -0
- package/rules/jet/helpers/vartrack.js +5 -0
- package/rules/jet/jet-css-ojselector.js +5 -0
- package/rules/jet/msgid.json +6 -1
- package/rules/jet/oj-acc-aria-labelledby.js +5 -0
- package/rules/jet/oj-acc-aria-prop.js +5 -0
- package/rules/jet/oj-acc-avatar-aria-role.js +5 -0
- package/rules/jet/oj-acc-combobox-aria-label.js +6 -1
- package/rules/jet/oj-acc-film-strip-aria-label.js +5 -0
- package/rules/jet/oj-acc-input-aria-label.js +6 -1
- package/rules/jet/oj-acc-select-aria-label.js +6 -1
- package/rules/jet/oj-cca-compjson-bp-ar.js +5 -0
- package/rules/jet/oj-cca-compjson-bp-dsplyname.js +5 -0
- package/rules/jet/oj-cca-compjson-bp-jetver.js +5 -0
- package/rules/jet/oj-cca-compjson-bp-obj.js +5 -0
- package/rules/jet/oj-cca-compjson-ns-reg.js +5 -0
- package/rules/jet/oj-css-bp-border-color.js +5 -0
- package/rules/jet/oj-css-bp-dir-flow.js +6 -1
- package/rules/jet/oj-css-bp-float.js +5 -0
- package/rules/jet/oj-css-bp-textalign.js +5 -0
- package/rules/jet/oj-css-style-abs-units.js +5 -0
- package/rules/jet/oj-css-style-bp-color.js +6 -1
- package/rules/jet/oj-css-style-bp-display.js +6 -1
- package/rules/jet/oj-css-style-bp-font-family.js +6 -1
- package/rules/jet/oj-css-style-bp-font.js +5 -0
- package/rules/jet/oj-css-style-deprecated.js +6 -1
- package/rules/jet/oj-css-style-override.js +6 -1
- package/rules/jet/oj-css-var-override.js +5 -0
- package/rules/jet/oj-form-maxcols.js +6 -0
- package/rules/jet/oj-html-5-attr-obs.js +5 -0
- package/rules/jet/oj-html-5-tag-obs.js +5 -0
- package/rules/jet/oj-html-attr-$unique.js +5 -0
- package/rules/jet/oj-html-attr-2def.js +5 -0
- package/rules/jet/oj-html-attr-json.js +6 -1
- package/rules/jet/oj-html-attr-prefix-expr.js +6 -1
- package/rules/jet/oj-html-attr-prefix-ro.js +5 -0
- package/rules/jet/oj-html-attr-req.js +5 -0
- package/rules/jet/oj-html-bindforeach-data.js +5 -0
- package/rules/jet/oj-html-bindif-test.js +5 -0
- package/rules/jet/oj-html-binding-attr.js +5 -0
- package/rules/jet/oj-html-cca-count.js +5 -0
- package/rules/jet/oj-html-cca-tagname.js +6 -1
- package/rules/jet/oj-html-cdn.js +5 -0
- package/rules/jet/oj-html-combo-converter.js +5 -0
- package/rules/jet/oj-html-cspexpr.js +6 -1
- package/rules/jet/oj-html-databind-all.js +5 -0
- package/rules/jet/oj-html-dlg-title.js +5 -0
- package/rules/jet/oj-html-file-pick-accept.js +6 -0
- package/rules/jet/oj-html-form-bindif.js +6 -1
- package/rules/jet/oj-html-form-layout-maxcols.js +6 -0
- package/rules/jet/oj-html-form-noflex.js +5 -0
- package/rules/jet/oj-html-input-isodate.js +6 -0
- package/rules/jet/oj-html-invalid-doctype.js +6 -1
- package/rules/jet/oj-html-jq-databind.js +6 -1
- package/rules/jet/oj-html-ko-comment.js +5 -0
- package/rules/jet/oj-html-ko-databind.js +5 -0
- package/rules/jet/oj-html-label-for-prefix.js +5 -0
- package/rules/jet/oj-html-missing-doctype.js +6 -1
- package/rules/jet/oj-html-oj-lib.js +5 -0
- package/rules/jet/oj-html-ojattr-520.js +6 -1
- package/rules/jet/oj-html-ojattr-deprecated.js +6 -1
- package/rules/jet/oj-html-ojattr-enum-deprecated.js +6 -1
- package/rules/jet/oj-html-ojattr-evt-syntax.js +5 -0
- package/rules/jet/oj-html-ojattr-value.js +6 -1
- package/rules/jet/oj-html-ojattr.js +6 -1
- package/rules/jet/oj-html-ojevent.js +6 -1
- package/rules/jet/oj-html-ojslot.js +5 -0
- package/rules/jet/oj-html-ojstyle.js +5 -0
- package/rules/jet/oj-html-ojtag-datacmd.js +6 -1
- package/rules/jet/oj-html-ojtag-datactx.js +5 -0
- package/rules/jet/oj-html-ojtag-deprecated.js +6 -1
- package/rules/jet/oj-html-ojtag-globattr-noprefix.js +5 -0
- package/rules/jet/oj-html-ojtag-id.js +5 -0
- package/rules/jet/oj-html-ojtag-nonglobattr-prefix.js +5 -0
- package/rules/jet/oj-html-ojtag-ns.js +5 -0
- package/rules/jet/oj-html-picker-attrs.js +6 -0
- package/rules/jet/oj-html-redwood-cssnovars.js +6 -0
- package/rules/jet/oj-html-redwood-cssvars.js +6 -0
- package/rules/jet/oj-html-self-close.js +5 -0
- package/rules/jet/oj-html-slot-item-minmax.js +6 -0
- package/rules/jet/oj-html-slot-name.js +6 -1
- package/rules/jet/oj-html-slot-pref-content.js +6 -0
- package/rules/jet/oj-html-style-abs-units.js +5 -0
- package/rules/jet/oj-html-style-bp-color.js +5 -0
- package/rules/jet/oj-html-style-bp-display.js +6 -1
- package/rules/jet/oj-html-style-bp-font-family.js +5 -0
- package/rules/jet/oj-html-style-bp-font.js +5 -0
- package/rules/jet/oj-html-style-deprecated.js +5 -0
- package/rules/jet/oj-html-style.js +6 -1
- package/rules/jet/oj-html-stylesel.js +6 -1
- package/rules/jet/oj-html-tag-attr-noprefix.js +5 -0
- package/rules/jet/oj-html-template-index.js +6 -0
- package/rules/jet/oj-html-unsup-theme.js +6 -1
- package/rules/jet/oj-html-wctag-$props.js +6 -1
- package/rules/jet/oj-html-wctag-arialabelledby.js +5 -0
- package/rules/jet/oj-html-wctag-for.js +5 -0
- package/rules/jet/oj-html-wctag-id.js +5 -0
- package/rules/jet/oj-html-wctag-packprivate.js +6 -0
- package/rules/jet/oj-js-comp-attr-deprecated.js +5 -0
- package/rules/jet/oj-js-comp-meth-deprecated.js +5 -0
- package/rules/jet/oj-js-no-ext-final.js +5 -0
- package/rules/jet/oj-js-noconsole.js +5 -0
- package/rules/jet/oj-js-ojcomp-deprecated.js +6 -1
- package/rules/jet/oj-js-ojcomp-exist.js +5 -0
- package/rules/jet/oj-js-ojcomp-new.js +5 -0
- package/rules/jet/oj-js-poly-promise.js +6 -1
- package/rules/jet/oj-js-var-undef.js +5 -0
- package/rules/jet/oj-json-syntax.js +6 -1
- package/rules/jet/oj-ts-comp-attr-deprecated.js +5 -0
- package/rules/jet/oj-ts-comp-meth-deprecated.js +5 -0
- package/rules/jet/oj-ts-no-ext-final.js +6 -0
- package/rules/jet/oj-ts-noconsole.js +6 -1
- package/rules/jet/oj-ts-ojcomp-deprecated.js +6 -1
- package/rules/jet/oj-ts-ojcomp-exist.js +6 -1
- package/rules/jet/oj-ts-ojcomp-new.js +6 -1
- package/rules/jet/oj-ts-poly-promise.js +6 -1
- package/rules/jet/rules.json +6 -1
- package/schema/component-schema.json +122 -2
- package/src/JafCore.js +6 -1
- package/types/index.d.ts +144 -35
- package/lib/manual.js +0 -1
- package/lib/stats.js +0 -1
- package/rules/exch/helpers/json-prop-pos.js +0 -1
- package/rules/exch/msgid.json +0 -1
- package/rules/exch/oj-cca-comp-zip-content-composite.js +0 -1
- package/rules/exch/oj-cca-comp-zip-content-pack.js +0 -1
- package/rules/exch/oj-cca-comp-zip-expand.js +0 -1
- package/rules/exch/oj-cca-compjson-evnames.js +0 -1
- package/rules/exch/oj-cca-compjson-file.js +0 -1
- package/rules/exch/oj-cca-compjson-prefix.js +0 -1
- package/rules/exch/oj-cca-compjson-prop-compdeps.js +0 -1
- package/rules/exch/oj-cca-compjson-prop-deps.js +0 -1
- package/rules/exch/oj-cca-compjson-prop-jetver.js +0 -1
- package/rules/exch/oj-cca-compjson-prop-obs.js +0 -1
- package/rules/exch/oj-cca-compjson-prop-type.js +0 -1
- package/rules/exch/oj-cca-compjson-prop-types.js +0 -1
- package/rules/exch/oj-cca-compjson-prop-undef.js +0 -1
- package/rules/exch/oj-cca-compjson-prop-version.js +0 -1
- package/rules/exch/oj-cca-compjson-schema.js +0 -1
- package/rules/exch/oj-cca-zip-compjson.js +0 -1
- package/rules/exch/rules.json +0 -1
- package/rules/jet/oj-css-bp-bgcolor.js +0 -1
- package/tests/components/attr-req-test/component.json +0 -1
- package/tests/components/demo-analog-clock/component.json +0 -1
- package/tests/components/demo-analog-clock/demo-analog-clock-viewModel.js +0 -1
- package/tests/components/demo-analog-clock/extension/demo/js/viewModels/demo.js +0 -1
- package/tests/components/demo-analog-clock/loader.js +0 -1
- package/tests/components/demo-card/component.json +0 -1
- package/tests/components/demo-chart-orientation-control/component.json +0 -1
- package/tests/components/demo-chart-stack-control/component.json +0 -1
- package/tests/components/made-up/component.json +0 -1
- package/tests/components/oj-made-up/component.json +0 -1
- package/tests/components/sp-activity-item/component.json +0 -1
- package/tests/config/config_base.json +0 -1
- package/tests/golden/10.0.0/golden_base.json +0 -1
- package/tests/golden/8.1.0/golden_base.json +0 -1
- package/tests/golden/9.0.0/golden_base.json +0 -1
- package/tests/rulepacks/hooks/hook-rpext.js +0 -1
- package/tests/rulepacks/hooks/hook-start-close-rulepack.js +0 -1
- package/tests/rulepacks/hooks/rule-rpext.js +0 -1
- package/tests/rulepacks/hooks/rules.json +0 -1
- package/tests/rulepacks/tags/proc_directive.js +0 -1
- package/tests/rulepacks/tags/rules.json +0 -1
- package/tests/rulepacks/tags/tag-count-setup.js +0 -1
- package/tests/rulepacks/tags/tag-count.js +0 -1
- package/tests/rules/bugs/JET-4770_PASS_1.html +0 -9
- package/tests/rules/comments/com_FAIL_1.js +0 -57
- package/tests/rules/comments/com_FAIL_2.js +0 -96
- package/tests/rules/comments/com_PASS_1.js +0 -42
- package/tests/rules/comments/com_PASS_2.js +0 -63
- package/tests/rules/comments/com_PASS_3.js +0 -40
- package/tests/rules/comments/com_PASS_4.js +0 -36
- package/tests/rules/comments/com_PASS_5.js +0 -19
- package/tests/rules/csp/html-script-unsafe-inline/FAIL_1.html +0 -11
- package/tests/rules/csp/html-script-unsafe-inline/FAIL_2.html +0 -8
- package/tests/rules/csp/html-script-unsafe-inline/PASS_1.html +0 -8
- package/tests/rules/csp/html-script-unsafe-inline/PASS_2.html +0 -8
- package/tests/rules/csp/html-script-unsafe-inline/PASS_3.html +0 -8
- package/tests/rules/csp/html-style-unsafe-inline/FAIL_1.html +0 -11
- package/tests/rules/csp/html-style-unsafe-inline/PASS_1.html +0 -11
- package/tests/rules/csp/html-unsafe-expr/FAIL_1.html +0 -14
- package/tests/rules/csp/html-unsafe-expr/PASS_1.html +0 -23
- package/tests/rules/csp/js-script-unsafe-eval/FAIL_1.js +0 -17
- package/tests/rules/csp/js-script-unsafe-eval/FAIL_2.js +0 -40
- package/tests/rules/csp/js-script-unsafe-eval/FAIL_3.js +0 -22
- package/tests/rules/csp/js-script-unsafe-eval/PASS_1.js +0 -20
- package/tests/rules/csp/js-script-unsafe-eval/PASS_2.js +0 -44
- package/tests/rules/csp/js-script-unsafe-eval/PASS_3.js +0 -16
- package/tests/rules/csp/js-style-unsafe-inline/FAIL_1.js +0 -25
- package/tests/rules/csp/js-style-unsafe-inline/PASS.js +0 -22
- package/tests/rules/demo/noself_FAIL_1.js +0 -101
- package/tests/rules/import/import_FAIL_1.js +0 -11
- package/tests/rules/import/import_PASS_1.js +0 -10
- package/tests/rules/jet-composites/demo-buttonset-enum/component.json +0 -57
- package/tests/rules/jet-composites/demo-buttonset-enum/loader.js +0 -19
- package/tests/rules/jet-composites/demo-buttonset-enum/view.html +0 -48
- package/tests/rules/jet-composites/demo-card/component.json +0 -28
- package/tests/rules/jet-composites/demo-card/loader.js +0 -16
- package/tests/rules/jet-composites/demo-card/view.html +0 -30
- package/tests/rules/jet-composites/demo-card/viewModel.js +0 -46
- package/tests/rules/jet-composites/demo-card/view_PASS_1.html +0 -21
- package/tests/rules/jet-composites/demo-contact-form/component.json +0 -23
- package/tests/rules/jet-composites/demo-contact-form/loader.js +0 -16
- package/tests/rules/jet-composites/demo-contact-form/view.html +0 -9
- package/tests/rules/jet-composites/demo-grocery-list/component.json +0 -18
- package/tests/rules/jet-composites/demo-grocery-list/loader.js +0 -19
- package/tests/rules/jet-composites/demo-grocery-list/view.html +0 -22
- package/tests/rules/jet-composites/demo-grocery-list/viewModel.js +0 -48
- package/tests/rules/jet-composites/dummy-component-1/component.json +0 -82
- package/tests/rules/jet-composites/dummy-component-2/component.json +0 -72
- package/tests/rules/jet-composites/foo-my-cca/component.json +0 -14
- package/tests/rules/jet-composites/foo-unsup-theme/component.json +0 -29
- package/tests/rules/jet-composites/header/component.json +0 -12
- package/tests/rules/jet-composites/oj-cgbu-omc/attribute-selection/component.json +0 -154
- package/tests/rules/jet-composites/oj-cgbu-omc/component.json +0 -11
- package/tests/rules/jet-composites/oj-cgbu-omc/reference/component.json +0 -185
- package/tests/rules/jet-composites/oj-cgbu-omc/wctag_props_FAIL_1.html +0 -34
- package/tests/rules/jet-composites/oj-enum-depr/component.json +0 -69
- package/tests/rules/jet-composites/oj-html-wctag-id/id_FAIL_1.html +0 -10
- package/tests/rules/jet-composites/oj-html-wctag-id/id_PASS_1.html +0 -6
- package/tests/rules/misc/oj.js +0 -12
- package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_FAIL_1.html +0 -23
- package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_FAIL_2.html +0 -22
- package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_PASS_1.html +0 -23
- package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_PASS_2.html +0 -22
- package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_PASS_3.html +0 -22
- package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_PASS_4.html +0 -22
- package/tests/rules/oj-acc-aria-labelledby/aria_labelledby_PASS_5.html +0 -22
- package/tests/rules/oj-acc-aria-prop/aria_prop_FAIL_1.html +0 -22
- package/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_FAIL_1.html +0 -20
- package/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_PASS_1.html +0 -23
- package/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_PASS_2.html +0 -24
- package/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_PASS_3.html +0 -21
- package/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_PASS_4.html +0 -22
- package/tests/rules/oj-acc-avatar-aria-role/aria_avatar_role_PASS_5.html +0 -22
- package/tests/rules/oj-acc-combobox-aria-label/aria_combo_many_FAIL_1.html +0 -20
- package/tests/rules/oj-acc-combobox-aria-label/aria_combo_many_FAIL_2.html +0 -21
- package/tests/rules/oj-acc-combobox-aria-label/aria_combo_many_PASS_1.html +0 -20
- package/tests/rules/oj-acc-combobox-aria-label/aria_combo_one_FAIL_1.html +0 -21
- package/tests/rules/oj-acc-combobox-aria-label/aria_combo_one_FAIL_2.html +0 -22
- package/tests/rules/oj-acc-combobox-aria-label/aria_combo_one_PASS_1.html +0 -22
- package/tests/rules/oj-acc-film-strip-aria-label/aria_filmstrip_FAIL_1.html +0 -18
- package/tests/rules/oj-acc-film-strip-aria-label/aria_filmstrip_FAIL_2.html +0 -18
- package/tests/rules/oj-acc-film-strip-aria-label/aria_filmstrip_PASS_1.html +0 -18
- package/tests/rules/oj-acc-film-strip-aria-label/aria_filmstrip_PASS_2.html +0 -19
- package/tests/rules/oj-acc-film-strip-aria-label/aria_filmstrip_PASS_3.html +0 -22
- package/tests/rules/oj-acc-input-aria-label/oj_input_date_FAIL_1.html +0 -21
- package/tests/rules/oj-acc-input-aria-label/oj_input_date_FAIL_2.html +0 -22
- package/tests/rules/oj-acc-input-aria-label/oj_input_date_PASS_1.html +0 -16
- package/tests/rules/oj-acc-input-aria-label/oj_input_date_PASS_2.html +0 -17
- package/tests/rules/oj-acc-input-aria-label/oj_input_date_PASS_3.html +0 -26
- package/tests/rules/oj-acc-input-aria-label/oj_input_date_time_FAIL_1.html +0 -19
- package/tests/rules/oj-acc-input-aria-label/oj_input_date_time_FAIL_2.html +0 -20
- package/tests/rules/oj-acc-input-aria-label/oj_input_date_time_PASS_1.html +0 -19
- package/tests/rules/oj-acc-input-aria-label/oj_input_number_FAIL_1.html +0 -17
- package/tests/rules/oj-acc-input-aria-label/oj_input_number_FAIL_2.html +0 -18
- package/tests/rules/oj-acc-input-aria-label/oj_input_number_PASS_1.html +0 -17
- package/tests/rules/oj-acc-input-aria-label/oj_input_password_FAIL_1.html +0 -17
- package/tests/rules/oj-acc-input-aria-label/oj_input_password_FAIL_2.html +0 -17
- package/tests/rules/oj-acc-input-aria-label/oj_input_password_PASS_1.html +0 -17
- package/tests/rules/oj-acc-input-aria-label/oj_input_text_3_PASS_1.html +0 -20
- package/tests/rules/oj-acc-input-aria-label/oj_input_text_FAIL_1.html +0 -20
- package/tests/rules/oj-acc-input-aria-label/oj_input_text_FAIL_2.html +0 -21
- package/tests/rules/oj-acc-input-aria-label/oj_input_text_PASS_2.html +0 -62
- package/tests/rules/oj-acc-input-aria-label/oj_input_text_nolabel_PASS_2.html +0 -17
- package/tests/rules/oj-acc-input-aria-label/oj_input_time_FAIL_1.html +0 -19
- package/tests/rules/oj-acc-input-aria-label/oj_input_time_FAIL_2.html +0 -20
- package/tests/rules/oj-acc-input-aria-label/oj_input_time_PASS_1.html +0 -19
- package/tests/rules/oj-acc-select-aria-label/aria_selectmany_FAIL_1.html +0 -19
- package/tests/rules/oj-acc-select-aria-label/aria_selectmany_FAIL_2.html +0 -20
- package/tests/rules/oj-acc-select-aria-label/aria_selectmany_PASS_1.html +0 -19
- package/tests/rules/oj-acc-select-aria-label/aria_selectone_FAIL_1.html +0 -20
- package/tests/rules/oj-acc-select-aria-label/aria_selectone_FAIL_2.html +0 -21
- package/tests/rules/oj-cca-comp-zip/zip_FAIL_1.zip +0 -1
- package/tests/rules/oj-cca-comp-zip/zip_FAIL_2.zip +0 -0
- package/tests/rules/oj-cca-comp-zip/zip_FAIL_3.zip +0 -0
- package/tests/rules/oj-cca-comp-zip/zip_FAIL_4.zip +0 -0
- package/tests/rules/oj-cca-comp-zip/zip_FAIL_5.zip +0 -0
- package/tests/rules/oj-cca-comp-zip/zip_FAIL_6.zip +0 -0
- package/tests/rules/oj-cca-comp-zip/zip_FAIL_7.zip +0 -0
- package/tests/rules/oj-cca-comp-zip/zip_FAIL_8.zip +0 -0
- package/tests/rules/oj-cca-comp-zip/zip_PASS_1.zip +0 -0
- package/tests/rules/oj-cca-ns-reg/oj-cca-ns-FAIL_1/component.json +0 -19
- package/tests/rules/oj-cca-ns-reg/oj-cca-ns-PASS_1/component.json +0 -19
- package/tests/rules/oj-cgbu-omc_tests/html_ojevent_FAIL_1.html +0 -15
- package/tests/rules/oj-cgbu-omc_tests/html_ojevent_PASS_1.html +0 -17
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_1/component.json +0 -16
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_10/component.json +0 -103
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_11/component.json +0 -24
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_12/component.json +0 -17
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_13/component.json +0 -17
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_14/component.json +0 -40
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_15/component.json +0 -24
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_16/component.json +0 -44
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_17/component.json +0 -8
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_18/component.json +0 -8
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_19/component.json +0 -8
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_2/component.json +0 -15
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_20/component.json +0 -18
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_21/component.json +0 -16
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_22/component.json +0 -19
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_3/component.json +0 -15
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_4/component.json +0 -16
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_5/component.json +0 -16
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_6/component.json +0 -18
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_7/component.json +0 -15
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_8/component.json +0 -15
- package/tests/rules/oj-compjson-syntax/ojcomp-FAIL_9/component.json +0 -52
- package/tests/rules/oj-compjson-syntax/ojcomp-PASS_1/component.json +0 -17
- package/tests/rules/oj-compjson-syntax/ojcomp-PASS_2/component.json +0 -88
- package/tests/rules/oj-compjson-syntax/ojcomp-PASS_3/component.json +0 -19
- package/tests/rules/oj-css-bp-dir-flow/dirflow_FAIL_1.html +0 -22
- package/tests/rules/oj-css-bp-dir-flow/dirflow_FAIL_2.html +0 -22
- package/tests/rules/oj-css-diagnose/css_FAIL_1.html +0 -14
- package/tests/rules/oj-css-diagnose/css_PASS_1.html +0 -14
- package/tests/rules/oj-css-var-override/varovr_FAIL_1.html +0 -8
- package/tests/rules/oj-html-5-attr-depr/attrdepr_FAIL_1.html +0 -16
- package/tests/rules/oj-html-5-attr-depr/attrdepr_PASS_1.html +0 -16
- package/tests/rules/oj-html-5-tag-depr/tagdepr_FAIL_1.html +0 -9
- package/tests/rules/oj-html-attr/attr_FAIL_1.html +0 -27
- package/tests/rules/oj-html-attr-$unique/attr_$unique1_FAIL_1.html +0 -19
- package/tests/rules/oj-html-attr-$unique/attr_$unique_FAIL_2.html +0 -25
- package/tests/rules/oj-html-attr-2def/attr2def_FAIL_1.html +0 -10
- package/tests/rules/oj-html-attr-2def/attr2def_PASS_1.html +0 -10
- package/tests/rules/oj-html-attr-json/attr-json_FAIL_1.html +0 -20
- package/tests/rules/oj-html-attr-json/attr-json_FAIL_2.html +0 -20
- package/tests/rules/oj-html-attr-json/attr-json_FAIL_3.html +0 -20
- package/tests/rules/oj-html-attr-json/attr-json_PASS_1.html +0 -20
- package/tests/rules/oj-html-attr-json/attr-json_PASS_2.html +0 -20
- package/tests/rules/oj-html-attr-json/attr-json_PASS_3.html +0 -8
- package/tests/rules/oj-html-attr-prefix-expr/attrprefixexpr_FAIL_1.html +0 -10
- package/tests/rules/oj-html-attr-prefix-expr/attrprefixexpr_PASS_1.html +0 -10
- package/tests/rules/oj-html-attr-prefix-ro/attrprefixro_FAIL_1.html +0 -10
- package/tests/rules/oj-html-attr-prefix-ro/attrprefixro_PASS_1.html +0 -10
- package/tests/rules/oj-html-attr-req/attrreq_FAIL_1.html +0 -17
- package/tests/rules/oj-html-attr-req/attrreq_FAIL_2.html +0 -13
- package/tests/rules/oj-html-attr-req/attrreq_FAIL_3.html +0 -8
- package/tests/rules/oj-html-attr-req/attrreq_FAIL_4.html +0 -13
- package/tests/rules/oj-html-attr-req/attrreq_FAIL_5.html +0 -17
- package/tests/rules/oj-html-attr-req/attrreq_PASS_1.html +0 -24
- package/tests/rules/oj-html-attr-req/attrreq_PASS_2.html +0 -24
- package/tests/rules/oj-html-attr-req/attrreq_PASS_3.html +0 -10
- package/tests/rules/oj-html-attr-req/attrreq_PASS_4.html +0 -11
- package/tests/rules/oj-html-bindforeach-data/bindforeach_data_FAIL_1.html +0 -19
- package/tests/rules/oj-html-bindforeach-data/bindforeach_data_PASS_1.html +0 -10
- package/tests/rules/oj-html-bindif-test/bindif_test_FAIL_1.html +0 -22
- package/tests/rules/oj-html-bindif-test/bindif_test_PASS_1.html +0 -11
- package/tests/rules/oj-html-binding-attr/binding-foreach_FAIL_2.html +0 -28
- package/tests/rules/oj-html-binding-attr/binding-if_FAIL_1.html +0 -23
- package/tests/rules/oj-html-binding-attr/binding-if_PASS_1.html +0 -23
- package/tests/rules/oj-html-cca-count/cca-count_FAIL_1.html +0 -119
- package/tests/rules/oj-html-cca-tagname/ccatag_FAIL_1.html +0 -7
- package/tests/rules/oj-html-cca-tagname/ccatag_PASS_1.html +0 -7
- package/tests/rules/oj-html-cca-tagname/tag_ns_FAIL_1.html +0 -8
- package/tests/rules/oj-html-cca-tagname/tag_ns_FAIL_2.html +0 -8
- package/tests/rules/oj-html-cca-tagname/tag_ns_FAIL_3.html +0 -8
- package/tests/rules/oj-html-cca-tagname/tag_ns_PASS_1.html +0 -10
- package/tests/rules/oj-html-cdn/html_cdn_FAIL_1.html +0 -18
- package/tests/rules/oj-html-cspexpr/cspexpr_FAIL_1.html +0 -14
- package/tests/rules/oj-html-cspexpr/cspexpr_FAIL_2.html +0 -10
- package/tests/rules/oj-html-cspexpr/cspexpr_PASS_1.html +0 -23
- package/tests/rules/oj-html-cspexpr/cspexpr_PASS_2.html +0 -10
- package/tests/rules/oj-html-cspexpr/cspexpr_PASS_3.html +0 -13
- package/tests/rules/oj-html-dlg-title/dlgtitle_FAIL_1.html +0 -12
- package/tests/rules/oj-html-dlg-title/dlgtitle_PASS_1.html +0 -12
- package/tests/rules/oj-html-form-noflex/noflex_FAIL_1.html +0 -10
- package/tests/rules/oj-html-invalid-doctype/doctype_invalid_FAIL_1.html +0 -20
- package/tests/rules/oj-html-invalid-doctype/doctype_invalid_FAIL_2.html +0 -13
- package/tests/rules/oj-html-invalid-doctype/doctype_invalid_FAIL_3.html +0 -16
- package/tests/rules/oj-html-invalid-doctype/doctype_invalid_FAIL_4.html +0 -13
- package/tests/rules/oj-html-invalid-doctype/doctype_invalid_PASS_1.html +0 -6
- package/tests/rules/oj-html-invalid-doctype/doctype_invalid_PASS_2.html +0 -7
- package/tests/rules/oj-html-invalid-doctype/doctype_invalid_PASS_3.html +0 -7
- package/tests/rules/oj-html-jq-databind/jq-databind_FAIL_1.html +0 -37
- package/tests/rules/oj-html-jq-databind/jq-databind_FAIL_2.html +0 -34
- package/tests/rules/oj-html-jq-databind/jq-databind_FAIL_3.html +0 -27
- package/tests/rules/oj-html-jq-databind/jq-databind_PASS_1.html +0 -30
- package/tests/rules/oj-html-ko-comment/ko-comment_FAIL_1.html +0 -47
- package/tests/rules/oj-html-ko-comment/ko-comment_FAIL_2.html +0 -36
- package/tests/rules/oj-html-ko-databind/ko-databind_FAIL_1.html +0 -24
- package/tests/rules/oj-html-ko-databind/ko-databind_FAIL_2.html +0 -36
- package/tests/rules/oj-html-ko-databind/ko-databind_FAIL_3.html +0 -29
- package/tests/rules/oj-html-label-for-prefix/for_FAIL_1.html +0 -8
- package/tests/rules/oj-html-label-for-prefix/for_PASS_1.html +0 -8
- package/tests/rules/oj-html-missing-doctype/doctype_missing_FAIL_1.html +0 -12
- package/tests/rules/oj-html-missing-doctype/doctype_missing_FAIL_2.html +0 -11
- package/tests/rules/oj-html-missing-doctype/doctype_missing_PASS_1.html +0 -14
- package/tests/rules/oj-html-missing-doctype/doctype_missing_PASS_2.html +0 -5
- package/tests/rules/oj-html-missing-doctype/doctype_missing_PASS_3.html +0 -12
- package/tests/rules/oj-html-missing-doctype/doctype_missing_PASS_5.html +0 -6
- package/tests/rules/oj-html-nonvoid-close/close_FAIL_1.html +0 -28
- package/tests/rules/oj-html-nonvoid-close/close_FAIL_2.html +0 -14
- package/tests/rules/oj-html-nonvoid-close/close_FAIL_3.html +0 -13
- package/tests/rules/oj-html-nonvoid-close/close_FAIL_5.html +0 -28
- package/tests/rules/oj-html-nonvoid-close/close_FAIL_6.html +0 -28
- package/tests/rules/oj-html-nonvoid-close/close_PASS_1.html +0 -7
- package/tests/rules/oj-html-oj-lib/oj_lib_FAIL_1.html +0 -15
- package/tests/rules/oj-html-ojattr/ojattr_PASS_1.html +0 -8
- package/tests/rules/oj-html-ojattr/ojattr_PASS_2.html +0 -10
- package/tests/rules/oj-html-ojattr/ojattr_PASS_3.html +0 -7
- package/tests/rules/oj-html-ojattr/ojattr_PASS_4.html +0 -7
- package/tests/rules/oj-html-ojattr-deprecated/ojattr-dep_FAIL1.html +0 -156
- package/tests/rules/oj-html-ojattr-enum-deprecated/enum_FAIL_1.html +0 -19
- package/tests/rules/oj-html-ojattr-enum-deprecated/enum_FAIL_2.html +0 -20
- package/tests/rules/oj-html-ojattr-enum-deprecated/enum_PASS_1.html +0 -25
- package/tests/rules/oj-html-ojattr-evt-syntax/evt-attr-syntax_FAIL_1.html +0 -6
- package/tests/rules/oj-html-ojattr-evt-syntax/evt-attr-syntax_PASS_1.html +0 -6
- package/tests/rules/oj-html-ojattr-value/attr-value_FAIL_1.html +0 -26
- package/tests/rules/oj-html-ojattr-value/attr-value_FAIL_2.html +0 -26
- package/tests/rules/oj-html-ojattr-value/attr-value_FAIL_3.html +0 -8
- package/tests/rules/oj-html-ojattr-value/attr-value_FAIL_4.html +0 -8
- package/tests/rules/oj-html-ojattr-value/attr-value_FAIL_5.html +0 -8
- package/tests/rules/oj-html-ojattr-value/attr-value_PASS_1.html +0 -26
- package/tests/rules/oj-html-ojattr-value/attr-value_PASS_2.html +0 -8
- package/tests/rules/oj-html-ojattr-value/attr-value_PASS_3.html +0 -7
- package/tests/rules/oj-html-ojattr-value/attr-value_PASS_6.html +0 -7
- package/tests/rules/oj-html-ojattr-value/attr-value_PASS_7.html +0 -10
- package/tests/rules/oj-html-ojattr-value/attr_value_PASS_4.html +0 -7
- package/tests/rules/oj-html-ojattr-value/attr_value_PASS_5.html +0 -9
- package/tests/rules/oj-html-ojslot/ojslot_FAIL_1.html +0 -11
- package/tests/rules/oj-html-ojslot/ojslot_PASS_1.html +0 -12
- package/tests/rules/oj-html-ojstyle/style_FAIL_1.html +0 -103
- package/tests/rules/oj-html-ojstyle/style_PASS_2.html +0 -7
- package/tests/rules/oj-html-ojtag-datacmd/datacmd_FAIL_1.html +0 -10
- package/tests/rules/oj-html-ojtag-datacmd/datacmd_FAIL_2.html +0 -18
- package/tests/rules/oj-html-ojtag-datacmd/datacmd_FAIL_3.html +0 -10
- package/tests/rules/oj-html-ojtag-datacmd/datacmd_PASS_1.html +0 -28
- package/tests/rules/oj-html-ojtag-datacmd/datacmd_PASS_2.html +0 -15
- package/tests/rules/oj-html-ojtag-datactx/datactx_FAIL_1.html +0 -14
- package/tests/rules/oj-html-ojtag-datactx/datactx_PASS_1.html +0 -14
- package/tests/rules/oj-html-ojtag-globattr-noprefix/globattr-noprefix_FAIL_1.html +0 -36
- package/tests/rules/oj-html-ojtag-nonglobattr-prefix/nonglobattr-prefix_FAIL_1.html +0 -26
- package/tests/rules/oj-html-slot-name/slot_name.FAIL_1.html +0 -24
- package/tests/rules/oj-html-slot-name/slot_name.FAIL_2.html +0 -46
- package/tests/rules/oj-html-slot-name/slot_name.FAIL_3.html +0 -10
- package/tests/rules/oj-html-slot-name/slot_name.PASS_1.html +0 -24
- package/tests/rules/oj-html-slot-name/slot_name.PASS_2.html +0 -39
- package/tests/rules/oj-html-slot-name/slot_name.PASS_3.html +0 -10
- package/tests/rules/oj-html-slot-name/slot_name_PASS_4.html +0 -16
- package/tests/rules/oj-html-slot-name/slot_name_PASS_5.html +0 -11
- package/tests/rules/oj-html-slot-name/slot_name_PASS_6.html +0 -14
- package/tests/rules/oj-html-slot-name/slot_name_PASS_7.html +0 -10
- package/tests/rules/oj-html-style/style_FAIL_1.html +0 -7
- package/tests/rules/oj-html-style/style_PASS_1.html +0 -12
- package/tests/rules/oj-html-style/style_PASS_2.html +0 -7
- package/tests/rules/oj-html-style-bp-color/color-FAIL_1.html +0 -17
- package/tests/rules/oj-html-style-bp-color/color-FAIL_2.html +0 -15
- package/tests/rules/oj-html-style-bp-color/color-FAIL_3.html +0 -7
- package/tests/rules/oj-html-style-bp-color/color-PASS_1.html +0 -7
- package/tests/rules/oj-html-style-bp-font-family/fam_FAIL_1.html +0 -23
- package/tests/rules/oj-html-tag-attr-noprefix/attr-noprefix_FAIL_1.html +0 -15
- package/tests/rules/oj-html-tag-attr-noprefix/attr-noprefix_FAIL_2.html +0 -9
- package/tests/rules/oj-html-tag-attr-noprefix/attr-noprefix_PASS_1.html +0 -9
- package/tests/rules/oj-html-unsup-theme/unsup_FAIL_1.html +0 -8
- package/tests/rules/oj-html-wctag-for/for_FAIL_1.html +0 -8
- package/tests/rules/oj-html-wctag-for/for_PASS_1.html +0 -8
- package/tests/rules/oj-js-comp-attr-deprecated/attr-del_FAIL_1.js +0 -20
- package/tests/rules/oj-js-comp-attr-deprecated/attr-dep_FAIL_1.js +0 -20
- package/tests/rules/oj-js-comp-meth-deprecated/meth-del_FAIL_1.js +0 -20
- package/tests/rules/oj-js-comp-meth-deprecated/meth-dep_FAIL_1.js +0 -20
- package/tests/rules/oj-js-define-promise/def-prom_FAIL_1.js +0 -16
- package/tests/rules/oj-js-define-promise/def-prom_FAIL_2.js +0 -16
- package/tests/rules/oj-js-diagnose/es6_PASS_1.js +0 -24
- package/tests/rules/oj-js-diagnose/js_FAIL_1.js +0 -12
- package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_1.js +0 -30
- package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_2.js +0 -23
- package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_3.js +0 -22
- package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_4.js +0 -20
- package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_5.js +0 -24
- package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_6.js +0 -30
- package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_7.js +0 -15
- package/tests/rules/oj-js-no-ext-final/noextfinal_FAIL_8.js +0 -16
- package/tests/rules/oj-js-no-ext-final/noextfinal_PASS_1.js +0 -17
- package/tests/rules/oj-js-no-ext-final/noextfinal_PASS_2.js +0 -17
- package/tests/rules/oj-js-noconsole/nocons_FAIL_1.js +0 -11
- package/tests/rules/oj-js-ojcomp-deprecated/jscomp_FAIL_1.js +0 -27
- package/tests/rules/oj-json-syntax/json_FAIL_1.json +0 -8
- package/tests/rules/oj-json-syntax/json_FAIL_2.json +0 -12
- package/tests/rules/oj-json-syntax/json_PASS_1.json +0 -25
- package/tests/rules/oj-json-syntax/json_PASS_2.json +0 -12
- package/tests/rules/oj-json-syntax/json_PASS_3.json +0 -14
- package/tests/rules/ojcompjson/attrreq_FAIL_1/component.json +0 -69
- package/tests/rules/pack-compjson/audit-pack/component-1/component-1-view.html +0 -6
- package/tests/rules/pack-compjson/audit-pack/component-1/component-1-viewModel.js +0 -56
- package/tests/rules/pack-compjson/audit-pack/component-1/component.json +0 -13
- package/tests/rules/pack-compjson/audit-pack/component-1/loader.js +0 -20
- package/tests/rules/pack-compjson/audit-pack/component-1/resources/nls/component-1-strings.js +0 -18
- package/tests/rules/pack-compjson/audit-pack/component-2/component-2-view.html +0 -5
- package/tests/rules/pack-compjson/audit-pack/component-2/component-2-viewModel.js +0 -56
- package/tests/rules/pack-compjson/audit-pack/component-2/component.json +0 -13
- package/tests/rules/pack-compjson/audit-pack/component-2/loader.js +0 -20
- package/tests/rules/pack-compjson/audit-pack/component-2/resources/nls/component-1-strings.js +0 -18
- package/tests/rules/pack-compjson/audit-pack/component.json +0 -12
- package/tests/rules/pack-compjson/audit-singleton-1/audit-singleton-1-view.html +0 -5
- package/tests/rules/pack-compjson/audit-singleton-1/audit-singleton-1-viewModel.js +0 -56
- package/tests/rules/pack-compjson/audit-singleton-1/component.json +0 -20
- package/tests/rules/pack-compjson/audit-singleton-1/loader.js +0 -20
- package/tests/rules/pack-compjson/audit-singleton-1/resources/nls/audit-singleton-1-strings.js +0 -18
- package/tests/rules/pack-compjson/audit-singleton-2/audit-singleton-2-view.html +0 -8
- package/tests/rules/pack-compjson/audit-singleton-2/audit-singleton-2-viewModel.js +0 -56
- package/tests/rules/pack-compjson/audit-singleton-2/component.json +0 -15
- package/tests/rules/pack-compjson/audit-singleton-2/loader.js +0 -20
- package/tests/rules/pack-compjson/audit-singleton-2/resources/nls/audit-singleton-2-strings.js +0 -18
- package/tests/rules/parse-html/proc_instr.html +0 -9
- package/tests/rules/spoc-dom-manip/dom-manip_FAIL_1.js +0 -113
- package/tests/rules/spoc-dom-manip/dom-manip_FAIL_2.js +0 -151
- package/tests/rules/spoc-dom-manip/dom-manip_PASS_1.js +0 -149
- package/tests/rules/spoc-dom-manip/dom-manip_PASS_2.js +0 -147
- package/tests/rules/spoc-dom-manip/dom-manip_PASS_3.js +0 -147
- package/tests/rules/spoc-dom-manip/dom-manip_PASS_4.js +0 -20
- package/tests/rules/spoc-dom-manip/dom-manip_PASS_5.js +0 -246
- package/tests/rules/tab-tests/tab-test_FAIL_1.html +0 -37
- package/tests/rules/tab-tests/tab-test_FAIL_2.html +0 -8
- package/tests/rules/webcomptests/jet-composites/oj-html-wctag-$props/prop_PASS_1.html +0 -8
- package/tests/rules/webcomptests/jet-composites/oj-html-wctag-$props/prop_PASS_2.html +0 -8
- package/tests/rules/webcomptests/jet-composites/oj-html-wctag-for/for_FAIL_1.html +0 -8
- package/tests/rules/webcomptests/jet-composites/oj-html-wctag-for/for_PASS_1.html +0 -8
- package/tests/src/JetTest.js +0 -1
- package/tests/src/server.js +0 -1
- package/tests/test.js +0 -1
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright (c) , 2021, Oracle and/or its affiliates.
|
|
4
|
-
* Licensed under The Universal Permissive License (UPL), Version 1.0
|
|
5
|
-
* as shown at https://oss.oracle.com/licenses/upl/
|
|
6
|
-
* @ignore
|
|
7
|
-
*/
|
|
8
|
-
define(['knockout', 'ojs/ojarraydataprovider', 'ojs/ojknockout', 'ojs/ojlabel',
|
|
9
|
-
'ojs/ojinputtext', 'ojs/ojlistview', 'ojs/ojbutton'],
|
|
10
|
-
function (ko, ArrayDataProvider) {
|
|
11
|
-
// The demo-grocery-list composite is modeled after the oj-list-view
|
|
12
|
-
// Using Observable Array demo.
|
|
13
|
-
function model(context) {
|
|
14
|
-
// Start the list off with some items for demo purposes
|
|
15
|
-
this.allItems = ko.observableArray([
|
|
16
|
-
{"item": "Milk"},
|
|
17
|
-
{"item": "Flour"},
|
|
18
|
-
{"item": "Sugar"},
|
|
19
|
-
{"item": "Vanilla Extract"}
|
|
20
|
-
]);
|
|
21
|
-
this.dataProvider = new ArrayDataProvider(this.allItems, { 'keyAttributes': 'item' });
|
|
22
|
-
|
|
23
|
-
this.itemToAdd = ko.observable("");
|
|
24
|
-
var lastItemId = this.allItems().length;
|
|
25
|
-
this.add = function () {
|
|
26
|
-
if (this.itemToAdd() != "" &&
|
|
27
|
-
(this.allItems().map(function(x) { return x.item; }).indexOf(this.itemToAdd()) < 0)) {
|
|
28
|
-
lastItemId++;
|
|
29
|
-
this.allItems.push({ "item": this.itemToAdd() });
|
|
30
|
-
}
|
|
31
|
-
// Clear the text box
|
|
32
|
-
this.itemToAdd("");
|
|
33
|
-
}.bind(this);
|
|
34
|
-
|
|
35
|
-
this.selectedItems = ko.observableArray([]);
|
|
36
|
-
this.remove = function () {
|
|
37
|
-
this.selectedItems().forEach(function (id) {
|
|
38
|
-
this.allItems.remove(function (item) {
|
|
39
|
-
return (item.item === id);
|
|
40
|
-
});
|
|
41
|
-
}.bind(this));
|
|
42
|
-
}.bind(this);
|
|
43
|
-
}
|
|
44
|
-
return model;
|
|
45
|
-
}
|
|
46
|
-
);
|
|
47
|
-
|
|
48
|
-
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "dummy-component-1",
|
|
3
|
-
"version": "10.0.0",
|
|
4
|
-
"jetVersion": ">=8.0.0 <=10.0.0",
|
|
5
|
-
"displayName": "Button",
|
|
6
|
-
"type": "composite",
|
|
7
|
-
"description" : "description",
|
|
8
|
-
|
|
9
|
-
"styleClasses": [
|
|
10
|
-
{
|
|
11
|
-
"name": "button-size",
|
|
12
|
-
"kind": "set",
|
|
13
|
-
"displayName": "Button Size",
|
|
14
|
-
"description": "Makes the button small, large, or extra large.",
|
|
15
|
-
"help": "button-size",
|
|
16
|
-
"styleRelation": "exclusive",
|
|
17
|
-
"styleItems": [
|
|
18
|
-
{
|
|
19
|
-
"name": "oj-dummy-sm",
|
|
20
|
-
"kind": "class",
|
|
21
|
-
"displayName": "Small",
|
|
22
|
-
"description": "Makes the button small."
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "oj-dummy-lg",
|
|
26
|
-
"kind": "class",
|
|
27
|
-
"displayName": "Large",
|
|
28
|
-
"description": "Makes the button large."
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "oj-dummy-xl",
|
|
32
|
-
"kind": "class",
|
|
33
|
-
"displayName": "X-Large",
|
|
34
|
-
"description": "Makes the button extra large.",
|
|
35
|
-
"status": [
|
|
36
|
-
{
|
|
37
|
-
"type": "deprecated",
|
|
38
|
-
"since": "9.0.0",
|
|
39
|
-
"description": "This class will be removed in the future."
|
|
40
|
-
}
|
|
41
|
-
]
|
|
42
|
-
}
|
|
43
|
-
]
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"name": "oj-dummy-confirm",
|
|
47
|
-
"kind": "class",
|
|
48
|
-
"displayName": "Confirm",
|
|
49
|
-
"description": "Identifies an action to confirm. Designed for use with a push button.",
|
|
50
|
-
"status": [
|
|
51
|
-
{
|
|
52
|
-
"type": "deprecated",
|
|
53
|
-
"since": "9.0.0",
|
|
54
|
-
"description": "This class will be removed in the future."
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"help": "oj-button-confirm"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"name": "oj-dummy-primary",
|
|
61
|
-
"kind": "class",
|
|
62
|
-
"displayName": "Primary",
|
|
63
|
-
"description": "Draws attention to the button, often identifying the primary action in a set of buttons. Designed for use with a push button. In some themes, this class does nothing.",
|
|
64
|
-
"status": [
|
|
65
|
-
{
|
|
66
|
-
"type": "deprecated",
|
|
67
|
-
"since": "8.0.0",
|
|
68
|
-
"description": "This class will be removed in the future. Please use 'callToAction' chroming instead."
|
|
69
|
-
}
|
|
70
|
-
],
|
|
71
|
-
"help": "oj-dummy-primary"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "oj-dummy-focus-highlight",
|
|
75
|
-
"kind": "class",
|
|
76
|
-
"displayName": "Focus Styling",
|
|
77
|
-
"description": "Allows per-instance control of the focus highlight policy (not typically required). See the Help documentation for more information.",
|
|
78
|
-
"help": "oj-dummy-focus-highlight"
|
|
79
|
-
}
|
|
80
|
-
]
|
|
81
|
-
|
|
82
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "dummy-component-2",
|
|
3
|
-
"version": "10.0.0",
|
|
4
|
-
"jetVersion": ">=8.0.0 <=10.0.0",
|
|
5
|
-
"displayName": "List View",
|
|
6
|
-
"type": "composite",
|
|
7
|
-
"description" : "description",
|
|
8
|
-
|
|
9
|
-
"styleClasses": [
|
|
10
|
-
{
|
|
11
|
-
"name": "oj-clickthrough-disabled",
|
|
12
|
-
"kind": "class",
|
|
13
|
-
"displayName": "Click Disabled",
|
|
14
|
-
"description": "Use on any element inside an item where you do not want ListView to process the click event.",
|
|
15
|
-
"styleSelector": "oj-list-view, oj-list-view *",
|
|
16
|
-
"help": "oj-clickthrough-disabled",
|
|
17
|
-
"status": [
|
|
18
|
-
{
|
|
19
|
-
"type": "deprecated",
|
|
20
|
-
"since": "9.0.0",
|
|
21
|
-
"description": "This class will be removed in the future."
|
|
22
|
-
}
|
|
23
|
-
]
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "oj-focus-highlight",
|
|
27
|
-
"kind": "class",
|
|
28
|
-
"displayName": "Focus Styling",
|
|
29
|
-
"description": "Allows per-instance control of the focus highlight policy (not typically required). See the Help documentation for more information.",
|
|
30
|
-
"help": "oj-focus-highlight"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "oj-full-width",
|
|
34
|
-
"kind": "class",
|
|
35
|
-
"displayName": "Full Width",
|
|
36
|
-
"description": "Use when ListView occupies the entire width of the page. Removes left and right borders in card-layout mode and adjust positioning of cards to improve visual experience.",
|
|
37
|
-
"help": "oj-full-width"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "oj-listview-card-layout",
|
|
41
|
-
"kind": "class",
|
|
42
|
-
"displayName": "Card Layout",
|
|
43
|
-
"description": "Shows items as cards and lay them out in a grid.",
|
|
44
|
-
"help": "oj-listview-card-layout"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "oj-listview-drag-handle",
|
|
48
|
-
"kind": "class",
|
|
49
|
-
"displayName": "Drag Handle",
|
|
50
|
-
"description": "Use to show a drag handle in the item to facilitate item reordering or drag and drop.",
|
|
51
|
-
"styleSelector": "oj-list-view *",
|
|
52
|
-
"help": "oj-listview-drag-handle"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "oj-listview-drill-icon",
|
|
56
|
-
"kind": "class",
|
|
57
|
-
"displayName": "Drill Icon",
|
|
58
|
-
"description": "Use to show a drill-to-detail icon in the item.",
|
|
59
|
-
"styleSelector": "oj-list-view *",
|
|
60
|
-
"help": "oj-listview-drill-icon"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "oj-listview-item-layout",
|
|
64
|
-
"kind": "class",
|
|
65
|
-
"displayName": "Item Layout",
|
|
66
|
-
"description": "Use when the page author overrides the default styling on the item root element and wants to apply the item style on some other element.",
|
|
67
|
-
"styleSelector": "oj-list-view *",
|
|
68
|
-
"help": "oj-listview-item-layout"
|
|
69
|
-
}
|
|
70
|
-
]
|
|
71
|
-
|
|
72
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "foo-my-cca",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"jetVersion": ">=9.0.0 <=11.0.0",
|
|
5
|
-
"displayName": "fooMyCca",
|
|
6
|
-
"type": "composite",
|
|
7
|
-
"description" : "description",
|
|
8
|
-
"slots" : {
|
|
9
|
-
"title1": {
|
|
10
|
-
"description": "Some description.",
|
|
11
|
-
"displayName": "Title slot"
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "foo-unsup-theme",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"jetVersion": ">=9.0.0 <=11.0.0",
|
|
5
|
-
"displayName": "fooUnsupTheme",
|
|
6
|
-
"type": "composite",
|
|
7
|
-
"description" : "description",
|
|
8
|
-
"properties": {
|
|
9
|
-
"encrypted": {
|
|
10
|
-
"description": "Data is encrypted.",
|
|
11
|
-
"displayName": "Encrypted",
|
|
12
|
-
"type": "boolean",
|
|
13
|
-
"extension" : {
|
|
14
|
-
"theme" : {
|
|
15
|
-
"unsupportedThemes": [
|
|
16
|
-
"Redwood"
|
|
17
|
-
]
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"extension" : {
|
|
23
|
-
"theme" : {
|
|
24
|
-
"unsupportedThemes": [
|
|
25
|
-
"Redwood"
|
|
26
|
-
]
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "header",
|
|
3
|
-
"displayName": "header",
|
|
4
|
-
"description": "Header of the page indicating the action flow and heading of the page",
|
|
5
|
-
"version": "1.0.0",
|
|
6
|
-
"jetVersion": "^6.0.0",
|
|
7
|
-
"dependencies": {
|
|
8
|
-
"fsgbu-ts-masthead-topbar": "1.0.0",
|
|
9
|
-
"fsgbu-ts-masthead-toolbar": "1.0.0"
|
|
10
|
-
},
|
|
11
|
-
"pack" : "fsgbu-ts-masthead"
|
|
12
|
-
}
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "attribute-selection",
|
|
3
|
-
"pack": "oj-cgbu-omc",
|
|
4
|
-
"displayName": "Selection Attribute",
|
|
5
|
-
"description": "This component renders the UI for a single selection attribute in an attribute group.",
|
|
6
|
-
"version": "2.0.0",
|
|
7
|
-
"jetVersion": "^9.0.0",
|
|
8
|
-
"properties": {
|
|
9
|
-
"omcId": {
|
|
10
|
-
"description": "The id of the catalog attribute",
|
|
11
|
-
"displayName" : "foo",
|
|
12
|
-
"type": "string",
|
|
13
|
-
"required": true
|
|
14
|
-
},
|
|
15
|
-
"omcStyle": {
|
|
16
|
-
"description": "The style of the catalog attribute",
|
|
17
|
-
"displayName" : "foo",
|
|
18
|
-
"type": "string",
|
|
19
|
-
"enumValues": [
|
|
20
|
-
"LIST",
|
|
21
|
-
"RADIOSET"
|
|
22
|
-
]
|
|
23
|
-
},
|
|
24
|
-
"omcValue": {
|
|
25
|
-
"description": "The value of the catalog attribute",
|
|
26
|
-
"displayName" : "foo",
|
|
27
|
-
"type": "(string|boolean|number)"
|
|
28
|
-
},
|
|
29
|
-
"omcAttributeData": {
|
|
30
|
-
"description": "The attribute data",
|
|
31
|
-
"displayName" : "foo",
|
|
32
|
-
"type": "object",
|
|
33
|
-
"properties": {
|
|
34
|
-
"id": {
|
|
35
|
-
"description": "The id of the attribute",
|
|
36
|
-
"displayName" : "foo",
|
|
37
|
-
"type": "string"
|
|
38
|
-
},
|
|
39
|
-
"name": {
|
|
40
|
-
"description": "The name of the attribute",
|
|
41
|
-
"displayName" : "foo",
|
|
42
|
-
"type": "string"
|
|
43
|
-
},
|
|
44
|
-
"meta": {
|
|
45
|
-
"description": "The metadata for the attribute",
|
|
46
|
-
"type": "object",
|
|
47
|
-
"displayName" : "foo",
|
|
48
|
-
"properties": {
|
|
49
|
-
"type": {
|
|
50
|
-
"description": "The metadata type of the attribute",
|
|
51
|
-
"displayName" : "foo",
|
|
52
|
-
"type": "string"
|
|
53
|
-
},
|
|
54
|
-
"style": {
|
|
55
|
-
"description": "The metadata style of the attribute",
|
|
56
|
-
"displayName" : "foo",
|
|
57
|
-
"type": "string"
|
|
58
|
-
},
|
|
59
|
-
"displayValue": {
|
|
60
|
-
"description": "The displayValue of the attribute",
|
|
61
|
-
"displayName" : "foo",
|
|
62
|
-
"type": "string"
|
|
63
|
-
},
|
|
64
|
-
"readOnly": {
|
|
65
|
-
"description": "A flag indicating if the attribute is editable",
|
|
66
|
-
"displayName" : "foo",
|
|
67
|
-
"type": "boolean"
|
|
68
|
-
},
|
|
69
|
-
"mandatory": {
|
|
70
|
-
"description": "A flag indicating if the attribute is required",
|
|
71
|
-
"displayName" : "foo",
|
|
72
|
-
"type": "boolean"
|
|
73
|
-
},
|
|
74
|
-
"setSingleDefaultForDropdown": {
|
|
75
|
-
"description": "To select the value if only one value present - dropdown component",
|
|
76
|
-
"displayName" : "foo",
|
|
77
|
-
"type": "boolean"
|
|
78
|
-
},
|
|
79
|
-
"options": {
|
|
80
|
-
"description": "The metadata options for the attribute",
|
|
81
|
-
"displayName" : "foo",
|
|
82
|
-
"type": "array",
|
|
83
|
-
"properties": {
|
|
84
|
-
"id": {
|
|
85
|
-
"description": "The id of the metadata option",
|
|
86
|
-
"displayName" : "foo",
|
|
87
|
-
"type": "string"
|
|
88
|
-
},
|
|
89
|
-
"name": {
|
|
90
|
-
"description": "The name of the metadata option",
|
|
91
|
-
"displayName" : "foo",
|
|
92
|
-
"type": "string"
|
|
93
|
-
},
|
|
94
|
-
"links": {
|
|
95
|
-
"description": "The links for the metadata option",
|
|
96
|
-
"displayName" : "foo",
|
|
97
|
-
"type": "array"
|
|
98
|
-
},
|
|
99
|
-
"foo" : {
|
|
100
|
-
"description" : "foo foo",
|
|
101
|
-
"displayName" : "foo",
|
|
102
|
-
"type" : "object"
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
"omcCompactDisplay": {
|
|
111
|
-
"description": "The flag to override the default behaviour and collapse it to a single non expanded representation",
|
|
112
|
-
"type": "boolean",
|
|
113
|
-
"value": false
|
|
114
|
-
},
|
|
115
|
-
"omcDisabled": {
|
|
116
|
-
"description": "The flag that will be used to make the attributes disabled - used when we are saving",
|
|
117
|
-
"type": "boolean"
|
|
118
|
-
},
|
|
119
|
-
"omcLabel": {
|
|
120
|
-
"description": "The label of the catalog attribute",
|
|
121
|
-
"type": "string"
|
|
122
|
-
},
|
|
123
|
-
"omcUiMessages": {
|
|
124
|
-
"description": "The array of messages to be displayed on the UI for error scenarios",
|
|
125
|
-
"type": "array"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"methods": {},
|
|
129
|
-
"events": {
|
|
130
|
-
"omcValueChanged": {
|
|
131
|
-
"description": "Event fired when an attribute value has changed",
|
|
132
|
-
"displayName": "OMC Value Changed Event",
|
|
133
|
-
"bubbles": true,
|
|
134
|
-
"detail": {
|
|
135
|
-
"value": {
|
|
136
|
-
"description": "The JSON representation of the new value",
|
|
137
|
-
"type": "string"
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
"slots": {},
|
|
143
|
-
"extension": {
|
|
144
|
-
"catalog": {
|
|
145
|
-
"coverImage": "extension/catalog/images/oj-cgbu-omc-attribute-selection.png"
|
|
146
|
-
},
|
|
147
|
-
"amplify": {
|
|
148
|
-
"functionalArea": "NONE",
|
|
149
|
-
"shortDescription": "This component displays an attribute for a selection UI."
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
"dependencies": {},
|
|
153
|
-
"license": "https://opensource.org/licenses/UPL"
|
|
154
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "oj-cgbu-omc",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"type": "pack",
|
|
5
|
-
"displayName": "A user friendly, translatable name of the component.",
|
|
6
|
-
"description": "A translatable high-level description for the component.",
|
|
7
|
-
"dependencies": {
|
|
8
|
-
"oj-cgbu-omc-reference": "1.0.0",
|
|
9
|
-
"oj-cgbu-omc-attribute-selection": "1.0.0"
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "reference",
|
|
3
|
-
"pack": "oj-cgbu-omc",
|
|
4
|
-
"displayName": "Reference Attribute",
|
|
5
|
-
"description": "Displays a dropdown which is used for referencing entities.",
|
|
6
|
-
"version": "2.0.0",
|
|
7
|
-
"jetVersion": "^9.0.0",
|
|
8
|
-
"slots": {},
|
|
9
|
-
"properties": {
|
|
10
|
-
"omcId": {
|
|
11
|
-
"description": "The id of the attribute",
|
|
12
|
-
"displayName" : "foo",
|
|
13
|
-
"type": "string",
|
|
14
|
-
"required": true
|
|
15
|
-
},
|
|
16
|
-
"omcFetchValuesUrl": {
|
|
17
|
-
"description": "The url used to fetch the items in reference ui element. This returns a collection of objects.",
|
|
18
|
-
"displayName" : "foo",
|
|
19
|
-
"type": "string"
|
|
20
|
-
},
|
|
21
|
-
"omcReferenceUrl": {
|
|
22
|
-
"description": "The url of the reference object.",
|
|
23
|
-
"displayName" : "foo",
|
|
24
|
-
"type": "string"
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
"omcDisabled": {
|
|
28
|
-
"description": "The flag that will be used to make the attributes disabled - used when we are saving",
|
|
29
|
-
"displayName" : "foo",
|
|
30
|
-
"type": "boolean"
|
|
31
|
-
},
|
|
32
|
-
|
|
33
|
-
"omcLabel": {
|
|
34
|
-
"description": "The label of the catalog attribute",
|
|
35
|
-
"displayName" : "foo",
|
|
36
|
-
"type": "string"
|
|
37
|
-
},
|
|
38
|
-
|
|
39
|
-
"omcUiMessages": {
|
|
40
|
-
"description": "The array of messages to be displayed on the UI in there is an error.",
|
|
41
|
-
"displayName" : "foo",
|
|
42
|
-
"type": "array"
|
|
43
|
-
|
|
44
|
-
},
|
|
45
|
-
|
|
46
|
-
"omcAttributeData": {
|
|
47
|
-
"description": "The attribute data",
|
|
48
|
-
"displayName" : "foo",
|
|
49
|
-
"type": "object",
|
|
50
|
-
"properties": {
|
|
51
|
-
"id": {
|
|
52
|
-
"description": "The id of the attribute",
|
|
53
|
-
"displayName" : "foo",
|
|
54
|
-
"type": "string"
|
|
55
|
-
},
|
|
56
|
-
"name": {
|
|
57
|
-
"description": "The name of the attribute",
|
|
58
|
-
"displayName" : "foo",
|
|
59
|
-
"type": "string"
|
|
60
|
-
},
|
|
61
|
-
"metaType": {
|
|
62
|
-
"description": "The metadata type of the attribute",
|
|
63
|
-
"displayName" : "foo",
|
|
64
|
-
"type": "string"
|
|
65
|
-
},
|
|
66
|
-
"value": {
|
|
67
|
-
"description": "The value of the attribute",
|
|
68
|
-
"displayName" : "foo",
|
|
69
|
-
"type": "string"
|
|
70
|
-
},
|
|
71
|
-
"meta": {
|
|
72
|
-
"description": "The metadata for the attribute",
|
|
73
|
-
"displayName" : "foo",
|
|
74
|
-
"type": "object",
|
|
75
|
-
"properties": {
|
|
76
|
-
"type": {
|
|
77
|
-
"description": "The metadata type of the attribute",
|
|
78
|
-
"displayName" : "foo",
|
|
79
|
-
"type": "string"
|
|
80
|
-
},
|
|
81
|
-
"style": {
|
|
82
|
-
"description": "The metadata style of the attribute",
|
|
83
|
-
"displayName" : "foo",
|
|
84
|
-
"type": "string"
|
|
85
|
-
},
|
|
86
|
-
"displayValue": {
|
|
87
|
-
"description": "The displayValue of the attribute",
|
|
88
|
-
"displayName" : "foo",
|
|
89
|
-
"type": "string"
|
|
90
|
-
},
|
|
91
|
-
"readOnly": {
|
|
92
|
-
"description": "A flag indicating if the attribute is editable",
|
|
93
|
-
"displayName" : "foo",
|
|
94
|
-
"type": "boolean"
|
|
95
|
-
},
|
|
96
|
-
"mandatory": {
|
|
97
|
-
"description": "A flag indicating if the attribute is required",
|
|
98
|
-
"displayName" : "foo",
|
|
99
|
-
"type": "boolean"
|
|
100
|
-
},
|
|
101
|
-
"setSingleDefaultForDropdown": {
|
|
102
|
-
"description": "To select the value if only one value present - dropdown component",
|
|
103
|
-
"displayName" : "foo",
|
|
104
|
-
"type": "boolean"
|
|
105
|
-
},
|
|
106
|
-
"options": {
|
|
107
|
-
"description": "The metadata options for the attribute",
|
|
108
|
-
"displayName" : "foo",
|
|
109
|
-
"type": "array",
|
|
110
|
-
"properties": {
|
|
111
|
-
"id": {
|
|
112
|
-
"description": "The id of the metadata option",
|
|
113
|
-
"displayName" : "foo",
|
|
114
|
-
"type": "string"
|
|
115
|
-
},
|
|
116
|
-
"name": {
|
|
117
|
-
"description": "The name of the metadata option",
|
|
118
|
-
"displayName" : "foo",
|
|
119
|
-
"type": "string"
|
|
120
|
-
},
|
|
121
|
-
"links": {
|
|
122
|
-
"description": "The links for the metadata option",
|
|
123
|
-
"displayName" : "foo",
|
|
124
|
-
"type": "array"
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
"methods": {},
|
|
134
|
-
"events": {
|
|
135
|
-
"omcValueChanged": {
|
|
136
|
-
"description": "Event fired when an attribute value has changed",
|
|
137
|
-
"displayName": "OMC Value Changed Event",
|
|
138
|
-
"bubbles": true,
|
|
139
|
-
"detail": {
|
|
140
|
-
"value": {
|
|
141
|
-
"description": "The url of the referenced entity",
|
|
142
|
-
"type": "string"
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
"omcInitialValue": {
|
|
147
|
-
"description": "Event fired if the reference has a value set on load",
|
|
148
|
-
"displayName": "OMC Inital Value Event",
|
|
149
|
-
"bubbles": true,
|
|
150
|
-
"detail": {
|
|
151
|
-
"value": {
|
|
152
|
-
"description": "The url of the referenced entity",
|
|
153
|
-
"type": "string"
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
"omcReferenceChanged": {
|
|
158
|
-
"description": "Event fired when the reference is selected",
|
|
159
|
-
"displayName": "OMC Reference Changed Event",
|
|
160
|
-
"bubbles": true,
|
|
161
|
-
"detail": {
|
|
162
|
-
"value": {
|
|
163
|
-
"description": "The JSON representation of the new value",
|
|
164
|
-
"type": "object"
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
"omcInputSearchSelected": {
|
|
169
|
-
"description": "Event fired when the input search control is selected",
|
|
170
|
-
"displayName": "OMC Input Search control selected Event",
|
|
171
|
-
"bubbles": true
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
"extension": {
|
|
175
|
-
"catalog": {
|
|
176
|
-
"coverImage": "extension/catalog/images/oj-cgbu-omc-reference.png"
|
|
177
|
-
},
|
|
178
|
-
"amplify": {
|
|
179
|
-
"functionalArea": "NONE",
|
|
180
|
-
"shortDescription": "Displays a dropdown which is used for referencing entities."
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
"dependencies": {},
|
|
184
|
-
"license": "https://opensource.org/licenses/UPL"
|
|
185
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
|
|
3
|
-
The Universal Permissive License (UPL), Version 1.0
|
|
4
|
-
-->
|
|
5
|
-
<!DOCTYPE html>
|
|
6
|
-
<html>
|
|
7
|
-
<body>
|
|
8
|
-
<oj-cgbu-omc-attribute-selection :id="[[here]]"
|
|
9
|
-
omc-id="[[$properties.omcAttributeData.meta.options]]">
|
|
10
|
-
</oj-cgbu-omc-attribute-selection>
|
|
11
|
-
|
|
12
|
-
<oj-cgbu-omc-attribute-selection :id="[[here]]"
|
|
13
|
-
omc-id="[[$properties.omcAttributeData.meta.option]]">
|
|
14
|
-
</oj-cgbu-omc-attribute-selection>
|
|
15
|
-
|
|
16
|
-
<oj-cgbu-omc-attribute-selection :id="[[here]]"
|
|
17
|
-
omc-id="[[$properties.omcAttributeData.metax.options]]">
|
|
18
|
-
</oj-cgbu-omc-attribute-selection>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<oj-cgbu-omc-attribute-selection :id="[[here]]"
|
|
22
|
-
omc-id="[[$properties.omcAttributeData.meta.options.links]]">
|
|
23
|
-
</oj-cgbu-omc-attribute-selection>
|
|
24
|
-
|
|
25
|
-
<oj-cgbu-omc-attribute-selection :id="[[here]]"
|
|
26
|
-
omc-id="[[$properties.omcAttributeData.meta.options.foo]]">
|
|
27
|
-
</oj-cgbu-omc-attribute-selection>
|
|
28
|
-
|
|
29
|
-
<oj-cgbu-omc-attribute-selection :id="[[here]]"
|
|
30
|
-
omc-id="[[$properties.omcAttributeData.meta.options.foo.bar]]">
|
|
31
|
-
</oj-cgbu-omc-attribute-selection>
|
|
32
|
-
|
|
33
|
-
</body>
|
|
34
|
-
</html>
|