@oracle/oraclejet-core-pack 14.0.6 → 14.1.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/oj-c/Avatar.json +10 -10
- package/oj-c/Button.json +30 -19
- package/oj-c/Collapsible.json +14 -14
- package/oj-c/FilePicker.json +45 -18
- package/oj-c/InputNumber.json +53 -53
- package/oj-c/InputPassword.json +44 -44
- package/oj-c/InputText.json +51 -51
- package/oj-c/ListItemLayout.json +16 -16
- package/oj-c/MessageToast.json +11 -11
- package/oj-c/MeterBar.json +33 -33
- package/oj-c/MeterCircle.json +35 -35
- package/oj-c/ProgressBar.json +7 -7
- package/oj-c/ProgressCircle.json +7 -7
- package/oj-c/RatingGauge.json +103 -20
- package/oj-c/SelectMultiple.json +41 -41
- package/oj-c/SelectSingle.json +55 -55
- package/oj-c/SplitMenuButton.json +17 -17
- package/oj-c/TextArea.json +46 -46
- package/oj-c/avatar/component.json +1 -1
- package/oj-c/button/__dev__/button.doc.mdx +32 -0
- package/oj-c/button/__webdriver__/test.page.js +8 -0
- package/oj-c/button/button.js +1 -1
- package/oj-c/button/component.json +7 -2
- package/oj-c/collapsible/component.json +1 -1
- package/oj-c/component.json +1 -1
- package/oj-c/corepackbundle.js +36 -25
- package/oj-c/docs/avatar.html +3 -3
- package/oj-c/docs/button.html +3 -3
- package/oj-c/docs/collapsible.html +3 -3
- package/oj-c/docs/file-picker.html +3 -3
- package/oj-c/docs/index.html +3 -3
- package/oj-c/docs/input-number.html +3 -3
- package/oj-c/docs/input-password.html +3 -3
- package/oj-c/docs/input-text.html +3 -3
- package/oj-c/docs/jsDocMd.json +1 -1
- package/oj-c/docs/list-item-layout.html +3 -3
- package/oj-c/docs/message-toast.html +3 -3
- package/oj-c/docs/meter-bar.html +3 -3
- package/oj-c/docs/meter-circle.html +3 -3
- package/oj-c/docs/oj-c.Avatar.html +3 -3
- package/oj-c/docs/oj-c.Button.html +22 -5
- package/oj-c/docs/oj-c.Collapsible.html +3 -3
- package/oj-c/docs/oj-c.FilePicker.html +80 -9
- package/oj-c/docs/oj-c.InputNumber.html +3 -3
- package/oj-c/docs/oj-c.InputPassword.html +3 -3
- package/oj-c/docs/oj-c.InputText.html +3 -3
- package/oj-c/docs/oj-c.ListItemLayout.html +3 -3
- package/oj-c/docs/oj-c.MessageToast.html +3 -3
- package/oj-c/docs/oj-c.MeterBar.html +8 -6
- package/oj-c/docs/oj-c.MeterCircle.html +8 -6
- package/oj-c/docs/oj-c.ProgressBar.html +3 -3
- package/oj-c/docs/oj-c.ProgressCircle.html +3 -3
- package/oj-c/docs/oj-c.RatingGauge.html +304 -3
- package/oj-c/docs/oj-c.SelectMultiple.html +3 -3
- package/oj-c/docs/oj-c.SelectSingle.html +3 -3
- package/oj-c/docs/oj-c.SplitMenuButton.html +3 -3
- package/oj-c/docs/oj-c.TextArea.html +3 -3
- package/oj-c/docs/progress-bar.html +3 -3
- package/oj-c/docs/progress-circle.html +3 -3
- package/oj-c/docs/rating-gauge.html +3 -3
- package/oj-c/docs/select-multiple.html +3 -3
- package/oj-c/docs/select-single.html +3 -3
- package/oj-c/docs/split-menu-button.html +3 -3
- package/oj-c/docs/text-area.html +3 -3
- package/oj-c/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +4 -2
- package/oj-c/file-picker/component.json +33 -4
- package/oj-c/input-number/component.json +1 -1
- package/oj-c/input-password/component.json +1 -1
- package/oj-c/input-text/__webdriver__/test.page.js +8 -0
- package/oj-c/input-text/component.json +1 -1
- package/oj-c/list-item-layout/component.json +1 -1
- package/oj-c/message-toast/component.json +1 -1
- package/oj-c/metadata/allComponents.json +155 -40
- package/oj-c/meter-bar/component.json +24 -1
- package/oj-c/meter-circle/component.json +23 -1
- package/oj-c/min/button.js +1 -1
- package/oj-c/min/button.js.map +1 -1
- package/oj-c/min/corepackbundle.js +5 -5
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +1 -1
- package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +4 -2
- package/oj-c/min/file-picker.js +1 -1
- package/oj-c/min/file-picker.js.map +1 -1
- package/oj-c/min/input-number.js +1 -1
- package/oj-c/min/input-number.js.map +1 -1
- package/oj-c/min/input-password.js +1 -1
- package/oj-c/min/input-password.js.map +1 -1
- package/oj-c/min/input-text.js +1 -1
- package/oj-c/min/input-text.js.map +1 -1
- package/oj-c/min/meter-bar.js +1 -1
- package/oj-c/min/meter-bar.js.map +1 -1
- package/oj-c/min/meter-circle.js +1 -1
- package/oj-c/min/meter-circle.js.map +1 -1
- package/oj-c/min/rating-gauge.js +1 -1
- package/oj-c/min/rating-gauge.js.map +1 -1
- package/oj-c/min/select-multiple.js +2 -2
- package/oj-c/min/select-multiple.js.map +1 -1
- package/oj-c/min/select-single.js +2 -2
- package/oj-c/min/select-single.js.map +1 -1
- package/oj-c/min/text-area.js +1 -1
- package/oj-c/min/text-area.js.map +1 -1
- package/oj-c/min/utils/UNSAFE_meterUtils/meterUtils.js +1 -1
- package/oj-c/progress-bar/component.json +1 -1
- package/oj-c/progress-circle/component.json +1 -1
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +9 -0
- package/oj-c/rating-gauge/component.json +37 -1
- package/oj-c/rating-gauge/rating-gauge.js +8 -5
- package/oj-c/select-multiple/component.json +1 -1
- package/oj-c/select-multiple/useSelectMultiplePreact.js +5 -2
- package/oj-c/select-single/component.json +1 -1
- package/oj-c/select-single/useSelectSinglePreact.js +5 -2
- package/oj-c/split-menu-button/component.json +1 -1
- package/oj-c/text-area/component.json +1 -1
- package/oj-c/types/button/__webdriver__/test.page.d.ts +3 -0
- package/oj-c/types/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +1 -1
- package/oj-c/types/input-text/__webdriver__/test.page.d.ts +3 -0
- package/oj-c/types/rating-gauge/rating-gauge.d.ts +5 -0
- package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +1 -1
- package/oj-c/types/select-single/useSelectSinglePreact.d.ts +1 -1
- package/oj-c/utils/UNSAFE_meterUtils/meterUtils.js +1 -1
- package/package.json +3 -3
- package/webdriver/docs/assets/search.js +1 -1
- package/webdriver/docs/classes/RatingGaugeWebElement.html +6 -3
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
define(["require", "exports", "preact/jsx-runtime", "oj-c/button"], function (require, exports, jsx_runtime_1) {
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const Button = 'oj-c-button';
|
|
5
|
+
exports.default = () => {
|
|
6
|
+
return (0, jsx_runtime_1.jsx)(Button, { id: "c1", label: "button" });
|
|
7
|
+
};
|
|
8
|
+
});
|
package/oj-c/button/button.js
CHANGED
|
@@ -59,7 +59,7 @@ define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/tr
|
|
|
59
59
|
startIcon: null,
|
|
60
60
|
edge: 'none'
|
|
61
61
|
};
|
|
62
|
-
Button._metadata = { "properties": { "label": { "type": "string" }, "disabled": { "type": "boolean" }, "width": { "type": "number|string" }, "display": { "type": "string", "enumValues": ["label", "icons", "all"] }, "size": { "type": "string", "enumValues": ["sm", "md", "lg"] }, "edge": { "type": "string", "enumValues": ["none", "bottom"] }, "chroming": { "type": "string", "enumValues": ["borderless", "outlined", "solid", "callToAction", "danger"] } }, "slots": { "startIcon": {}, "endIcon": {} }, "events": { "ojAction": { "bubbles": true } }, "extension": { "_OBSERVED_GLOBAL_PROPS": ["title", "aria-label"] }, "methods": { "blur": {}, "focus": {} } };
|
|
62
|
+
Button._metadata = { "properties": { "label": { "type": "string" }, "disabled": { "type": "boolean" }, "width": { "type": "number|string" }, "display": { "type": "string", "enumValues": ["label", "icons", "all"] }, "size": { "type": "string", "enumValues": ["sm", "md", "lg"] }, "edge": { "type": "string", "enumValues": ["none", "bottom"] }, "chroming": { "type": "string", "enumValues": ["ghost", "borderless", "outlined", "solid", "callToAction", "danger"] } }, "slots": { "startIcon": {}, "endIcon": {} }, "events": { "ojAction": { "bubbles": true } }, "extension": { "_OBSERVED_GLOBAL_PROPS": ["title", "aria-label"] }, "methods": { "blur": {}, "focus": {} } };
|
|
63
63
|
Button._translationBundleMap = {
|
|
64
64
|
'@oracle/oraclejet-preact': translationBundle_1.default
|
|
65
65
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "button",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"jetVersion": "^14.0
|
|
4
|
+
"jetVersion": "^14.1.0",
|
|
5
5
|
"type": "composite",
|
|
6
6
|
"pack": "oj-c",
|
|
7
7
|
"implements": [
|
|
@@ -139,8 +139,12 @@
|
|
|
139
139
|
"displayName": "chroming",
|
|
140
140
|
"help": "#chroming",
|
|
141
141
|
"propertyEditorValues": {
|
|
142
|
+
"ghost": {
|
|
143
|
+
"description": "Ghost buttons are the least prominent variation. Ghost buttons are useful for performing low-priority tasks, such as manipulating the UI.",
|
|
144
|
+
"displayName": "Ghost"
|
|
145
|
+
},
|
|
142
146
|
"borderless": {
|
|
143
|
-
"description": "Borderless buttons are
|
|
147
|
+
"description": "Borderless buttons are a more prominent variation. Borderless buttons are useful for supplemental actions that require minimal emphasis.",
|
|
144
148
|
"displayName": "Borderless"
|
|
145
149
|
},
|
|
146
150
|
"outlined": {
|
|
@@ -161,6 +165,7 @@
|
|
|
161
165
|
}
|
|
162
166
|
},
|
|
163
167
|
"enumValues": [
|
|
168
|
+
"ghost",
|
|
164
169
|
"borderless",
|
|
165
170
|
"outlined",
|
|
166
171
|
"solid",
|
package/oj-c/component.json
CHANGED
package/oj-c/corepackbundle.js
CHANGED
|
@@ -256,12 +256,14 @@ define('oj-c/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle',
|
|
|
256
256
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
257
257
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
258
258
|
};
|
|
259
|
-
define('oj-c/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators',["require", "exports", "ojs/ojvalidator-required", "preact/hooks"], function (require, exports, ojvalidator_required_1, hooks_1) {
|
|
259
|
+
define('oj-c/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators',["require", "exports", "ojs/ojvalidator-required", "preact/hooks", "@oracle/oraclejet-preact/hooks/UNSAFE_useTranslationBundle"], function (require, exports, ojvalidator_required_1, hooks_1, UNSAFE_useTranslationBundle_1) {
|
|
260
260
|
"use strict";
|
|
261
261
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
262
262
|
exports.useDeferredValidators = void 0;
|
|
263
263
|
ojvalidator_required_1 = __importDefault(ojvalidator_required_1);
|
|
264
|
-
function useDeferredValidators({ labelHint, required, requiredMessageDetail }) {
|
|
264
|
+
function useDeferredValidators({ labelHint, required, requiredMessageDetail: propRequiredMessageDetail }) {
|
|
265
|
+
const translations = (0, UNSAFE_useTranslationBundle_1.useTranslationBundle)('@oracle/oraclejet-preact');
|
|
266
|
+
const requiredMessageDetail = propRequiredMessageDetail || translations.formControl_requiredMessageDetail();
|
|
265
267
|
const requiredValidator = (0, hooks_1.useMemo)(() => {
|
|
266
268
|
if (required) {
|
|
267
269
|
return new ojvalidator_required_1.default({
|
|
@@ -2306,7 +2308,7 @@ define('oj-c/button/button',["require", "exports", "preact/jsx-runtime", '@oracl
|
|
|
2306
2308
|
startIcon: null,
|
|
2307
2309
|
edge: 'none'
|
|
2308
2310
|
};
|
|
2309
|
-
Button._metadata = { "properties": { "label": { "type": "string" }, "disabled": { "type": "boolean" }, "width": { "type": "number|string" }, "display": { "type": "string", "enumValues": ["label", "icons", "all"] }, "size": { "type": "string", "enumValues": ["sm", "md", "lg"] }, "edge": { "type": "string", "enumValues": ["none", "bottom"] }, "chroming": { "type": "string", "enumValues": ["borderless", "outlined", "solid", "callToAction", "danger"] } }, "slots": { "startIcon": {}, "endIcon": {} }, "events": { "ojAction": { "bubbles": true } }, "extension": { "_OBSERVED_GLOBAL_PROPS": ["title", "aria-label"] }, "methods": { "blur": {}, "focus": {} } };
|
|
2311
|
+
Button._metadata = { "properties": { "label": { "type": "string" }, "disabled": { "type": "boolean" }, "width": { "type": "number|string" }, "display": { "type": "string", "enumValues": ["label", "icons", "all"] }, "size": { "type": "string", "enumValues": ["sm", "md", "lg"] }, "edge": { "type": "string", "enumValues": ["none", "bottom"] }, "chroming": { "type": "string", "enumValues": ["ghost", "borderless", "outlined", "solid", "callToAction", "danger"] } }, "slots": { "startIcon": {}, "endIcon": {} }, "events": { "ojAction": { "bubbles": true } }, "extension": { "_OBSERVED_GLOBAL_PROPS": ["title", "aria-label"] }, "methods": { "blur": {}, "focus": {} } };
|
|
2310
2312
|
Button._translationBundleMap = {
|
|
2311
2313
|
'@oracle/oraclejet-preact': translationBundle_1.default
|
|
2312
2314
|
};
|
|
@@ -2324,6 +2326,19 @@ define('oj-c/button',["require", "exports", "./button/button"], function (requir
|
|
|
2324
2326
|
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return button_1.Button; } });
|
|
2325
2327
|
});
|
|
2326
2328
|
|
|
2329
|
+
define('oj-c/utils/UNSAFE_meterUtils/meterUtils',["require", "exports"], function (require, exports) {
|
|
2330
|
+
"use strict";
|
|
2331
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2332
|
+
exports.getThresholdColorByIndex = void 0;
|
|
2333
|
+
const THRESHOLD_COLORS = ['danger', 'warning', 'success'];
|
|
2334
|
+
const getThresholdColorByIndex = (threshold, index) => {
|
|
2335
|
+
if (threshold.color)
|
|
2336
|
+
return threshold.color;
|
|
2337
|
+
return THRESHOLD_COLORS[index % THRESHOLD_COLORS.length];
|
|
2338
|
+
};
|
|
2339
|
+
exports.getThresholdColorByIndex = getThresholdColorByIndex;
|
|
2340
|
+
});
|
|
2341
|
+
|
|
2327
2342
|
|
|
2328
2343
|
var __rest = (this && this.__rest) || function (s, e) {
|
|
2329
2344
|
var t = {};
|
|
@@ -2339,13 +2354,13 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
2339
2354
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2340
2355
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
2341
2356
|
};
|
|
2342
|
-
define('oj-c/rating-gauge/rating-gauge',["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/translationBundle', "@oracle/oraclejet-preact/UNSAFE_RatingGauge", "ojs/ojvcomponent", "preact/hooks", "@oracle/oraclejet-preact/hooks/UNSAFE_useTabbableMode", "css!oj-c/rating-gauge/rating-gauge-styles.css"], function (require, exports, jsx_runtime_1, translationBundle_1, UNSAFE_RatingGauge_1, ojvcomponent_1, hooks_1, UNSAFE_useTabbableMode_1) {
|
|
2357
|
+
define('oj-c/rating-gauge/rating-gauge',["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/translationBundle', "@oracle/oraclejet-preact/UNSAFE_RatingGauge", "ojs/ojvcomponent", "preact/hooks", "@oracle/oraclejet-preact/hooks/UNSAFE_useTabbableMode", "../utils/UNSAFE_meterUtils/meterUtils", "css!oj-c/rating-gauge/rating-gauge-styles.css"], function (require, exports, jsx_runtime_1, translationBundle_1, UNSAFE_RatingGauge_1, ojvcomponent_1, hooks_1, UNSAFE_useTabbableMode_1, meterUtils_1) {
|
|
2343
2358
|
"use strict";
|
|
2344
2359
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2345
2360
|
exports.RatingGauge = void 0;
|
|
2346
2361
|
translationBundle_1 = __importDefault(translationBundle_1);
|
|
2347
2362
|
exports.RatingGauge = (0, ojvcomponent_1.registerCustomElement)('oj-c-rating-gauge', (_a) => {
|
|
2348
|
-
var _b, _c, _d;
|
|
2363
|
+
var _b, _c, _d, _e;
|
|
2349
2364
|
var { max = 5, value = 0, size = 'md', color = 'neutral', step = 1, readonly = false, disabled = false, changed = false } = _a, otherProps = __rest(_a, ["max", "value", "size", "color", "step", "readonly", "disabled", "changed"]);
|
|
2350
2365
|
const [val, setVal] = (0, hooks_1.useState)(value);
|
|
2351
2366
|
const [hoveredVal, setHoveredVal] = (0, hooks_1.useState)();
|
|
@@ -2362,10 +2377,13 @@ define('oj-c/rating-gauge/rating-gauge',["require", "exports", "preact/jsx-runti
|
|
|
2362
2377
|
(_b = otherProps.onChangedChanged) === null || _b === void 0 ? void 0 : _b.call(otherProps, true);
|
|
2363
2378
|
}
|
|
2364
2379
|
};
|
|
2365
|
-
|
|
2380
|
+
const thresholds = (_b = otherProps.thresholds) === null || _b === void 0 ? void 0 : _b.map((threshold, index) => {
|
|
2381
|
+
return Object.assign(Object.assign({}, threshold), { color: (0, meterUtils_1.getThresholdColorByIndex)(threshold, index) });
|
|
2382
|
+
});
|
|
2383
|
+
return ((0, jsx_runtime_1.jsx)(ojvcomponent_1.Root, { children: (0, jsx_runtime_1.jsx)(UNSAFE_RatingGauge_1.RatingGauge, { isReadonly: readonly, isDisabled: disabled, value: (hoveredVal != undefined ? hoveredVal : val), step: step, max: max, size: size, color: color, thresholds: thresholds, tooltip: otherProps.tooltip, datatip: (_c = otherProps.datatip) === null || _c === void 0 ? void 0 : _c.call(otherProps, {
|
|
2366
2384
|
value: hoveredVal != undefined ? hoveredVal : val
|
|
2367
|
-
}), onCommit: commitHandler, onInput: inputHandler, accessibleLabel: otherProps['aria-label'], ariaLabelledBy: (
|
|
2368
|
-
}, "RatingGauge", { "properties": { "max": { "type": "number" }, "readonly": { "type": "boolean" }, "disabled": { "type": "boolean" }, "changed": { "type": "boolean", "writeback": true }, "value": { "type": "number|null", "writeback": true }, "step": { "type": "number" }, "describedBy": { "type": "string|null" }, "labelledBy": { "type": "string|null" }, "size": { "type": "string", "enumValues": ["sm", "md", "lg"] }, "color": { "type": "string", "enumValues": ["neutral", "gold"] }, "datatip": { "type": "function" }, "tooltip": { "type": "string" }, "transientValue": { "type": "number", "readOnly": true, "writeback": true } }, "extension": { "_WRITEBACK_PROPS": ["changed", "value", "transientValue"], "_READ_ONLY_PROPS": ["transientValue"], "_OBSERVED_GLOBAL_PROPS": ["aria-label"] } }, { "max": 5, "value": 0, "size": "md", "color": "neutral", "step": 1, "readonly": false, "disabled": false, "changed": false }, {
|
|
2385
|
+
}), onCommit: commitHandler, onInput: inputHandler, accessibleLabel: otherProps['aria-label'], ariaLabelledBy: (_d = otherProps.labelledBy) !== null && _d !== void 0 ? _d : undefined, ariaDescribedBy: (_e = otherProps.describedBy) !== null && _e !== void 0 ? _e : undefined }) }));
|
|
2386
|
+
}, "RatingGauge", { "properties": { "max": { "type": "number" }, "readonly": { "type": "boolean" }, "disabled": { "type": "boolean" }, "changed": { "type": "boolean", "writeback": true }, "value": { "type": "number|null", "writeback": true }, "step": { "type": "number" }, "describedBy": { "type": "string|null" }, "labelledBy": { "type": "string|null" }, "size": { "type": "string", "enumValues": ["sm", "md", "lg"] }, "color": { "type": "string", "enumValues": ["neutral", "gold"] }, "thresholds": { "type": "Array<object>" }, "datatip": { "type": "function" }, "tooltip": { "type": "string" }, "transientValue": { "type": "number", "readOnly": true, "writeback": true } }, "extension": { "_WRITEBACK_PROPS": ["changed", "value", "transientValue"], "_READ_ONLY_PROPS": ["transientValue"], "_OBSERVED_GLOBAL_PROPS": ["aria-label"] } }, { "max": 5, "value": 0, "size": "md", "color": "neutral", "step": 1, "readonly": false, "disabled": false, "changed": false }, {
|
|
2369
2387
|
'@oracle/oraclejet-preact': translationBundle_1.default
|
|
2370
2388
|
}, { consume: [UNSAFE_useTabbableMode_1.TabbableModeContext] });
|
|
2371
2389
|
});
|
|
@@ -3002,12 +3020,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
3002
3020
|
}
|
|
3003
3021
|
return t;
|
|
3004
3022
|
};
|
|
3005
|
-
define('oj-c/select-multiple/useSelectMultiplePreact',["require", "exports", "oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue", "oj-c/editable-value/UNSAFE_useValidators/useValidators", "oj-c/hooks/UNSAFE_useListData/useListData", "oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners", "oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider", "oj-c/select-common/UNSAFE_useWrapValueState/useWrapValueState", "oj-c/select-common/utils/utils", "ojs/ojdataprovider", "preact/hooks", "./useSyncValueAndValueItems", "./useValueItems"], function (require, exports, useEditableValue_1, useValidators_1, useListData_1, useDataProviderListeners_1, useWrapDataProvider_1, useWrapValueState_1, utils_1, ojdataprovider_1, hooks_1, useSyncValueAndValueItems_1, useValueItems_1) {
|
|
3023
|
+
define('oj-c/select-multiple/useSelectMultiplePreact',["require", "exports", "@oracle/oraclejet-preact/hooks/UNSAFE_useTranslationBundle", "oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue", "oj-c/editable-value/UNSAFE_useValidators/useValidators", "oj-c/hooks/UNSAFE_useListData/useListData", "oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners", "oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider", "oj-c/select-common/UNSAFE_useWrapValueState/useWrapValueState", "oj-c/select-common/utils/utils", "ojs/ojdataprovider", "preact/hooks", "./useSyncValueAndValueItems", "./useValueItems"], function (require, exports, UNSAFE_useTranslationBundle_1, useEditableValue_1, useValidators_1, useListData_1, useDataProviderListeners_1, useWrapDataProvider_1, useWrapValueState_1, utils_1, ojdataprovider_1, hooks_1, useSyncValueAndValueItems_1, useValueItems_1) {
|
|
3006
3024
|
"use strict";
|
|
3007
3025
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3008
3026
|
exports.useSelectMultiplePreact = void 0;
|
|
3009
3027
|
function useSelectMultiplePreact(_a, addBusyState) {
|
|
3010
|
-
var { data: propData, disabled, displayOptions, itemText, labelEdge, labelHint, labelStartWidth, messagesCustom, placeholder, readonly, required, textAlign, userAssistanceDensity, value: propValue, valueItems: propValueItems, virtualKeyboard, onMessagesCustomChanged, onValidChanged, onValueChanged, onValueItemsChanged } = _a, otherProps = __rest(_a, ["data", "disabled", "displayOptions", "itemText", "labelEdge", "labelHint", "labelStartWidth", "messagesCustom", "placeholder", "readonly", "required", "textAlign", "userAssistanceDensity", "value", "valueItems", "virtualKeyboard", "onMessagesCustomChanged", "onValidChanged", "onValueChanged", "onValueItemsChanged"]);
|
|
3028
|
+
var { data: propData, disabled, displayOptions, itemText, labelEdge, labelHint, labelStartWidth, messagesCustom, placeholder, readonly, required, requiredMessageDetail: propRequiredMessageDetail, textAlign, userAssistanceDensity, value: propValue, valueItems: propValueItems, virtualKeyboard, onMessagesCustomChanged, onValidChanged, onValueChanged, onValueItemsChanged } = _a, otherProps = __rest(_a, ["data", "disabled", "displayOptions", "itemText", "labelEdge", "labelHint", "labelStartWidth", "messagesCustom", "placeholder", "readonly", "required", "requiredMessageDetail", "textAlign", "userAssistanceDensity", "value", "valueItems", "virtualKeyboard", "onMessagesCustomChanged", "onValidChanged", "onValueChanged", "onValueItemsChanged"]);
|
|
3011
3029
|
const [filterCriterion, setFilterCriterion] = (0, hooks_1.useState)(undefined);
|
|
3012
3030
|
const [isLoading, setIsLoading] = (0, hooks_1.useState)(false);
|
|
3013
3031
|
const { valueItems, setValueItems, preactValueItems: arItemContexts } = (0, useValueItems_1.useValueItems)(propValueItems, onValueItemsChanged);
|
|
@@ -3021,11 +3039,14 @@ define('oj-c/select-multiple/useSelectMultiplePreact',["require", "exports", "oj
|
|
|
3021
3039
|
preactValueItems,
|
|
3022
3040
|
setPreactValueItems
|
|
3023
3041
|
});
|
|
3042
|
+
const translations = (0, UNSAFE_useTranslationBundle_1.useTranslationBundle)('@oracle/oraclejet-preact');
|
|
3043
|
+
const requiredMessageDetail = propRequiredMessageDetail || translations.select_requiredMessageDetail();
|
|
3024
3044
|
const { methods, onCommitValue, setValue, textFieldProps, value } = (0, useEditableValue_1.useEditableValue)({
|
|
3025
3045
|
ariaDescribedBy: otherProps['aria-describedby'],
|
|
3026
3046
|
displayOptions,
|
|
3027
3047
|
messagesCustom,
|
|
3028
3048
|
required,
|
|
3049
|
+
requiredMessageDetail,
|
|
3029
3050
|
value: propValue,
|
|
3030
3051
|
addBusyState,
|
|
3031
3052
|
onMessagesCustomChanged,
|
|
@@ -3373,12 +3394,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
3373
3394
|
}
|
|
3374
3395
|
return t;
|
|
3375
3396
|
};
|
|
3376
|
-
define('oj-c/select-single/useSelectSinglePreact',["require", "exports", "oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue", "oj-c/editable-value/UNSAFE_useValidators/useValidators", "oj-c/editable-value/utils/utils", "oj-c/hooks/UNSAFE_useListData/useListData", "oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners", "oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider", "oj-c/select-common/UNSAFE_useWrapValueState/useWrapValueState", "oj-c/select-common/utils/utils", "ojs/ojdataprovider", "preact/hooks", "./useSyncValueAndValueItem", "./useValueItem"], function (require, exports, useEditableValue_1, useValidators_1, utils_1, useListData_1, useDataProviderListeners_1, useWrapDataProvider_1, useWrapValueState_1, utils_2, ojdataprovider_1, hooks_1, useSyncValueAndValueItem_1, useValueItem_1) {
|
|
3397
|
+
define('oj-c/select-single/useSelectSinglePreact',["require", "exports", "@oracle/oraclejet-preact/hooks/UNSAFE_useTranslationBundle", "oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue", "oj-c/editable-value/UNSAFE_useValidators/useValidators", "oj-c/editable-value/utils/utils", "oj-c/hooks/UNSAFE_useListData/useListData", "oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners", "oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider", "oj-c/select-common/UNSAFE_useWrapValueState/useWrapValueState", "oj-c/select-common/utils/utils", "ojs/ojdataprovider", "preact/hooks", "./useSyncValueAndValueItem", "./useValueItem"], function (require, exports, UNSAFE_useTranslationBundle_1, useEditableValue_1, useValidators_1, utils_1, useListData_1, useDataProviderListeners_1, useWrapDataProvider_1, useWrapValueState_1, utils_2, ojdataprovider_1, hooks_1, useSyncValueAndValueItem_1, useValueItem_1) {
|
|
3377
3398
|
"use strict";
|
|
3378
3399
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3379
3400
|
exports.useSelectSinglePreact = void 0;
|
|
3380
3401
|
function useSelectSinglePreact(_a, addBusyState) {
|
|
3381
|
-
var { data: propData, disabled, displayOptions, itemText, labelEdge, labelHint, labelStartWidth, messagesCustom, placeholder, readonly, required, textAlign, userAssistanceDensity, value: propValue, valueItem: propValueItem, virtualKeyboard, onMessagesCustomChanged, onOjValueAction, onValidChanged, onValueChanged, onValueItemChanged } = _a, otherProps = __rest(_a, ["data", "disabled", "displayOptions", "itemText", "labelEdge", "labelHint", "labelStartWidth", "messagesCustom", "placeholder", "readonly", "required", "textAlign", "userAssistanceDensity", "value", "valueItem", "virtualKeyboard", "onMessagesCustomChanged", "onOjValueAction", "onValidChanged", "onValueChanged", "onValueItemChanged"]);
|
|
3402
|
+
var { data: propData, disabled, displayOptions, itemText, labelEdge, labelHint, labelStartWidth, messagesCustom, placeholder, readonly, requiredMessageDetail: propRequiredMessageDetail, required, textAlign, userAssistanceDensity, value: propValue, valueItem: propValueItem, virtualKeyboard, onMessagesCustomChanged, onOjValueAction, onValidChanged, onValueChanged, onValueItemChanged } = _a, otherProps = __rest(_a, ["data", "disabled", "displayOptions", "itemText", "labelEdge", "labelHint", "labelStartWidth", "messagesCustom", "placeholder", "readonly", "requiredMessageDetail", "required", "textAlign", "userAssistanceDensity", "value", "valueItem", "virtualKeyboard", "onMessagesCustomChanged", "onOjValueAction", "onValidChanged", "onValueChanged", "onValueItemChanged"]);
|
|
3382
3403
|
const [filterCriterion, setFilterCriterion] = (0, hooks_1.useState)(undefined);
|
|
3383
3404
|
const [isLoading, setIsLoading] = (0, hooks_1.useState)(false);
|
|
3384
3405
|
const { valueItem, setValueItem } = (0, useValueItem_1.useValueItem)(propValueItem, onValueItemChanged);
|
|
@@ -3392,11 +3413,14 @@ define('oj-c/select-single/useSelectSinglePreact',["require", "exports", "oj-c/e
|
|
|
3392
3413
|
preactValueItems: preactValueItem,
|
|
3393
3414
|
setPreactValueItems: setPreactValueItem
|
|
3394
3415
|
});
|
|
3416
|
+
const translations = (0, UNSAFE_useTranslationBundle_1.useTranslationBundle)('@oracle/oraclejet-preact');
|
|
3417
|
+
const requiredMessageDetail = propRequiredMessageDetail || translations.select_requiredMessageDetail();
|
|
3395
3418
|
const { methods, onCommitValue, setValue, textFieldProps, value } = (0, useEditableValue_1.useEditableValue)({
|
|
3396
3419
|
ariaDescribedBy: otherProps['aria-describedby'],
|
|
3397
3420
|
displayOptions,
|
|
3398
3421
|
messagesCustom,
|
|
3399
3422
|
required,
|
|
3423
|
+
requiredMessageDetail,
|
|
3400
3424
|
value: propValue,
|
|
3401
3425
|
addBusyState,
|
|
3402
3426
|
onMessagesCustomChanged,
|
|
@@ -3798,19 +3822,6 @@ define('oj-c/file-picker',["require", "exports", "./file-picker/file-picker"], f
|
|
|
3798
3822
|
Object.defineProperty(exports, "FilePicker", { enumerable: true, get: function () { return file_picker_1.FilePicker; } });
|
|
3799
3823
|
});
|
|
3800
3824
|
|
|
3801
|
-
define('oj-c/utils/UNSAFE_meterUtils/meterUtils',["require", "exports"], function (require, exports) {
|
|
3802
|
-
"use strict";
|
|
3803
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3804
|
-
exports.getThresholdColorByIndex = void 0;
|
|
3805
|
-
const THRESHOLD_COLORS = ['#D63B25', '#CF7C00', '#508223'];
|
|
3806
|
-
const getThresholdColorByIndex = (threshold, index) => {
|
|
3807
|
-
if (threshold.color)
|
|
3808
|
-
return threshold.color;
|
|
3809
|
-
return THRESHOLD_COLORS[index % THRESHOLD_COLORS.length];
|
|
3810
|
-
};
|
|
3811
|
-
exports.getThresholdColorByIndex = getThresholdColorByIndex;
|
|
3812
|
-
});
|
|
3813
|
-
|
|
3814
3825
|
|
|
3815
3826
|
var __rest = (this && this.__rest) || function (s, e) {
|
|
3816
3827
|
var t = {};
|
package/oj-c/docs/avatar.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<nav id="nav" data-current-item="avatar">
|
|
22
22
|
<h2>Oracle® JET</h2>
|
|
23
23
|
<h2>Core Pack Components</h2>
|
|
24
|
-
<h3>14.0
|
|
24
|
+
<h3>14.1.0</h3
|
|
25
25
|
<div class="deprecation-checkboxes" style="display: none">
|
|
26
26
|
<ul style="list-style: none; display: none;">
|
|
27
27
|
<li style="margin-top:0px">
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
<p class="product-docs-header">
|
|
108
108
|
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
-
14.0
|
|
109
|
+
14.1.0</span><br>
|
|
110
110
|
</p>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
</article>
|
|
140
140
|
</section>
|
|
141
141
|
<footer>
|
|
142
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
|
|
142
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
|
|
143
143
|
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
144
144
|
</footer>
|
|
145
145
|
</div>
|
package/oj-c/docs/button.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<nav id="nav" data-current-item="button">
|
|
22
22
|
<h2>Oracle® JET</h2>
|
|
23
23
|
<h2>Core Pack Components</h2>
|
|
24
|
-
<h3>14.0
|
|
24
|
+
<h3>14.1.0</h3
|
|
25
25
|
<div class="deprecation-checkboxes" style="display: none">
|
|
26
26
|
<ul style="list-style: none; display: none;">
|
|
27
27
|
<li style="margin-top:0px">
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
<p class="product-docs-header">
|
|
108
108
|
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
-
14.0
|
|
109
|
+
14.1.0</span><br>
|
|
110
110
|
</p>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
</article>
|
|
140
140
|
</section>
|
|
141
141
|
<footer>
|
|
142
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
|
|
142
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
|
|
143
143
|
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
144
144
|
</footer>
|
|
145
145
|
</div>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<nav id="nav" data-current-item="collapsible">
|
|
22
22
|
<h2>Oracle® JET</h2>
|
|
23
23
|
<h2>Core Pack Components</h2>
|
|
24
|
-
<h3>14.0
|
|
24
|
+
<h3>14.1.0</h3
|
|
25
25
|
<div class="deprecation-checkboxes" style="display: none">
|
|
26
26
|
<ul style="list-style: none; display: none;">
|
|
27
27
|
<li style="margin-top:0px">
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
<p class="product-docs-header">
|
|
108
108
|
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
-
14.0
|
|
109
|
+
14.1.0</span><br>
|
|
110
110
|
</p>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
</article>
|
|
140
140
|
</section>
|
|
141
141
|
<footer>
|
|
142
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
|
|
142
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
|
|
143
143
|
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
144
144
|
</footer>
|
|
145
145
|
</div>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<nav id="nav" data-current-item="file-picker">
|
|
22
22
|
<h2>Oracle® JET</h2>
|
|
23
23
|
<h2>Core Pack Components</h2>
|
|
24
|
-
<h3>14.0
|
|
24
|
+
<h3>14.1.0</h3
|
|
25
25
|
<div class="deprecation-checkboxes" style="display: none">
|
|
26
26
|
<ul style="list-style: none; display: none;">
|
|
27
27
|
<li style="margin-top:0px">
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
<p class="product-docs-header">
|
|
108
108
|
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
-
14.0
|
|
109
|
+
14.1.0</span><br>
|
|
110
110
|
</p>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
</article>
|
|
140
140
|
</section>
|
|
141
141
|
<footer>
|
|
142
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
|
|
142
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
|
|
143
143
|
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
144
144
|
</footer>
|
|
145
145
|
</div>
|
package/oj-c/docs/index.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<nav id="nav" data-current-item="none">
|
|
22
22
|
<h2>Oracle® JET</h2>
|
|
23
23
|
<h2>Core Pack Components</h2>
|
|
24
|
-
<h3>14.0
|
|
24
|
+
<h3>14.1.0</h3
|
|
25
25
|
<div class="deprecation-checkboxes" style="display: none">
|
|
26
26
|
<ul style="list-style: none; display: none;">
|
|
27
27
|
<li style="margin-top:0px">
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
<p class="product-docs-header">
|
|
108
108
|
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
-
14.0
|
|
109
|
+
14.1.0</span><br>
|
|
110
110
|
</p>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
<footer>
|
|
161
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
|
|
161
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:28 GMT+0000 (Coordinated Universal Time)<br>
|
|
162
162
|
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
163
163
|
</footer>
|
|
164
164
|
</div>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<nav id="nav" data-current-item="input-number">
|
|
22
22
|
<h2>Oracle® JET</h2>
|
|
23
23
|
<h2>Core Pack Components</h2>
|
|
24
|
-
<h3>14.0
|
|
24
|
+
<h3>14.1.0</h3
|
|
25
25
|
<div class="deprecation-checkboxes" style="display: none">
|
|
26
26
|
<ul style="list-style: none; display: none;">
|
|
27
27
|
<li style="margin-top:0px">
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
<p class="product-docs-header">
|
|
108
108
|
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
-
14.0
|
|
109
|
+
14.1.0</span><br>
|
|
110
110
|
</p>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
</article>
|
|
140
140
|
</section>
|
|
141
141
|
<footer>
|
|
142
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
|
|
142
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
|
|
143
143
|
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
144
144
|
</footer>
|
|
145
145
|
</div>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<nav id="nav" data-current-item="input-password">
|
|
22
22
|
<h2>Oracle® JET</h2>
|
|
23
23
|
<h2>Core Pack Components</h2>
|
|
24
|
-
<h3>14.0
|
|
24
|
+
<h3>14.1.0</h3
|
|
25
25
|
<div class="deprecation-checkboxes" style="display: none">
|
|
26
26
|
<ul style="list-style: none; display: none;">
|
|
27
27
|
<li style="margin-top:0px">
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
<p class="product-docs-header">
|
|
108
108
|
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
-
14.0
|
|
109
|
+
14.1.0</span><br>
|
|
110
110
|
</p>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
</article>
|
|
140
140
|
</section>
|
|
141
141
|
<footer>
|
|
142
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
|
|
142
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
|
|
143
143
|
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
144
144
|
</footer>
|
|
145
145
|
</div>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<nav id="nav" data-current-item="input-text">
|
|
22
22
|
<h2>Oracle® JET</h2>
|
|
23
23
|
<h2>Core Pack Components</h2>
|
|
24
|
-
<h3>14.0
|
|
24
|
+
<h3>14.1.0</h3
|
|
25
25
|
<div class="deprecation-checkboxes" style="display: none">
|
|
26
26
|
<ul style="list-style: none; display: none;">
|
|
27
27
|
<li style="margin-top:0px">
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
<p class="product-docs-header">
|
|
108
108
|
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
-
14.0
|
|
109
|
+
14.1.0</span><br>
|
|
110
110
|
</p>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
</article>
|
|
140
140
|
</section>
|
|
141
141
|
<footer>
|
|
142
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
|
|
142
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
|
|
143
143
|
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
144
144
|
</footer>
|
|
145
145
|
</div>
|
package/oj-c/docs/jsDocMd.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"oj-c.Avatar":{"ref":"oj-c.Avatar.html","subCategory":"Class","members":" background iconClass initials shape size src","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.Button":{"ref":"oj-c.Button.html","subCategory":"Class","members":" endIcon startIcon chroming disabled display edge label size width","events":" event:ojAction","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.Collapsible":{"ref":"oj-c.Collapsible.html","subCategory":"Class","members":" Default header disabled expanded iconPosition variant","events":" event:ojBeforeCollapse event:ojBeforeExpand event:ojCollapse event:ojExpand","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.FilePicker":{"ref":"oj-c.FilePicker.html","subCategory":"Class","members":" trigger accept capture disabled primaryText secondaryText selectionMode","events":" event:ojBeforeSelect event:ojInvalidSelect event:ojSelect","methods":" blur focus getProperty setProperties setProperty","decorators":""},"oj-c.InputNumber":{"ref":"oj-c.InputNumber.html","subCategory":"Class","members":" autocomplete containerReadonly converter disabled displayOptions displayOptions.converterHint displayOptions.messages displayOptions.validatorHint help help.instruction helpHints helpHints.definition helpHints.source helpHints.sourceText inputPrefix inputSuffix labelEdge labelHint labelStartWidth labelWrapping max messagesCustom messagesCustom[].detail messagesCustom[].severity messagesCustom[].summary min numberRangeExactMessageDetail numberRangeOverflowMessageDetail numberRangeUnderflowMessageDetail placeholder rawValue readonly required requiredMessageDetail step textAlign transientValue userAssistanceDensity valid validators value virtualKeyboard","methods":" getProperty reset setProperties setProperty showMessages validate","decorators":""},"oj-c.InputPassword":{"ref":"oj-c.InputPassword.html","subCategory":"Class","members":" autocomplete clearIcon containerReadonly disabled displayOptions displayOptions.converterHint displayOptions.messages displayOptions.validatorHint help help.instruction helpHints helpHints.definition helpHints.source helpHints.sourceText labelEdge labelHint labelStartWidth labelWrapping maskIcon messagesCustom messagesCustom[].detail messagesCustom[].severity messagesCustom[].summary placeholder rawValue readonly required requiredMessageDetail textAlign userAssistanceDensity valid validators value","methods":" getProperty reset setProperties setProperty showMessages validate","decorators":""},"oj-c.InputText":{"ref":"oj-c.InputText.html","subCategory":"Class","members":" end start autocomplete clearIcon containerReadonly converter disabled displayOptions displayOptions.converterHint displayOptions.messages displayOptions.validatorHint help help.instruction helpHints helpHints.definition helpHints.source helpHints.sourceText inputPrefix inputSuffix labelEdge labelHint labelStartWidth labelWrapping length messagesCustom messagesCustom[].detail messagesCustom[].severity messagesCustom[].summary placeholder rawValue readonly required requiredMessageDetail textAlign userAssistanceDensity valid validators value virtualKeyboard","methods":" getProperty reset setProperties setProperty showMessages validate","decorators":""},"oj-c.ListItemLayout":{"ref":"oj-c.ListItemLayout.html","subCategory":"Class","members":" Default action leading metadata navigation overline quaternary secondary selector tertiary trailing inset","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.MessageToast":{"ref":"oj-c.MessageToast.html","subCategory":"Class","members":" data detailTemplateValue iconTemplateValue offset position","events":" event:ojClose","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.MeterBar":{"ref":"oj-c.MeterBar.html","subCategory":"Class","members":" color datatip describedBy indicatorSize labelledBy max min orientation plotArea readonly referenceLines referenceLines[].color referenceLines[].position referenceLines[].value size step thresholdDisplay thresholds thresholds[].accessibleLabel thresholds[].color thresholds[].max transientValue value","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.MeterCircle":{"ref":"oj-c.MeterCircle.html","subCategory":"Class","members":" centerTemplate angleExtent color datatip describedBy indicatorSize innerRadius labelledBy max min plotArea readonly referenceLines referenceLines[].color referenceLines[].value size startAngle step thresholdDisplay thresholds thresholds[].accessibleLabel thresholds[].color thresholds[].max transientValue value","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.ProgressBar":{"ref":"oj-c.ProgressBar.html","subCategory":"Class","members":" edge max value","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.ProgressCircle":{"ref":"oj-c.ProgressCircle.html","subCategory":"Class","members":" max size value","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.RatingGauge":{"ref":"oj-c.RatingGauge.html","subCategory":"Class","members":" changed color datatip describedBy disabled labelledBy max readonly size step tooltip transientValue value","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.SelectMultiple":{"ref":"oj-c.SelectMultiple.html","subCategory":"Class","members":" containerReadonly data disabled displayOptions displayOptions.messages help help.instruction helpHints helpHints.definition helpHints.source helpHints.sourceText itemText labelEdge labelHint labelStartWidth labelWrapping messagesCustom messagesCustom[].detail messagesCustom[].severity messagesCustom[].summary placeholder readonly required requiredMessageDetail textAlign userAssistanceDensity valid value valueItems virtualKeyboard","methods":" getProperty reset setProperties setProperty showMessages validate","decorators":""},"oj-c.SelectSingle":{"ref":"oj-c.SelectSingle.html","subCategory":"Class","members":" containerReadonly data disabled displayOptions displayOptions.messages help help.instruction helpHints helpHints.definition helpHints.source helpHints.sourceText itemText labelEdge labelHint labelStartWidth labelWrapping messagesCustom messagesCustom[].detail messagesCustom[].severity messagesCustom[].summary placeholder readonly required requiredMessageDetail textAlign userAssistanceDensity valid value valueItem valueItem.data valueItem.key valueItem.metadata valueItem.metadata.indexFromParent valueItem.metadata.isLeaf valueItem.metadata.key valueItem.metadata.message valueItem.metadata.message.detail valueItem.metadata.message.severity valueItem.metadata.message.summary valueItem.metadata.parentKey valueItem.metadata.suggestion valueItem.metadata.treeDepth virtualKeyboard","events":" event:ojValueAction","methods":" getProperty reset setProperties setProperty showMessages validate","decorators":""},"oj-c.SplitMenuButton":{"ref":"oj-c.SplitMenuButton.html","subCategory":"Class","members":" chroming disabled items label size width","events":" event:ojAction","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.TextArea":{"ref":"oj-c.TextArea.html","subCategory":"Class","members":" autocomplete containerReadonly converter disabled displayOptions help help.instruction helpHints helpHints.definition helpHints.source helpHints.sourceText labelEdge labelHint labelStartWidth labelWrapping length maxRows messagesCustom messagesCustom[].detail messagesCustom[].severity messagesCustom[].summary placeholder rawValue readonly required requiredMessageDetail resizeBehavior rows textAlign userAssistanceDensity valid validators value","methods":" getProperty reset setProperties setProperty showMessages validate","decorators":""}}
|
|
1
|
+
{"oj-c.Avatar":{"ref":"oj-c.Avatar.html","subCategory":"Class","members":" background iconClass initials shape size src","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.Button":{"ref":"oj-c.Button.html","subCategory":"Class","members":" endIcon startIcon chroming disabled display edge label size width","events":" event:ojAction","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.Collapsible":{"ref":"oj-c.Collapsible.html","subCategory":"Class","members":" Default header disabled expanded iconPosition variant","events":" event:ojBeforeCollapse event:ojBeforeExpand event:ojCollapse event:ojExpand","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.FilePicker":{"ref":"oj-c.FilePicker.html","subCategory":"Class","members":" trigger accept capture disabled primaryText secondaryText selectionMode","events":" event:ojBeforeSelect event:ojInvalidSelect event:ojSelect","methods":" blur focus getProperty setProperties setProperty","decorators":""},"oj-c.InputNumber":{"ref":"oj-c.InputNumber.html","subCategory":"Class","members":" autocomplete containerReadonly converter disabled displayOptions displayOptions.converterHint displayOptions.messages displayOptions.validatorHint help help.instruction helpHints helpHints.definition helpHints.source helpHints.sourceText inputPrefix inputSuffix labelEdge labelHint labelStartWidth labelWrapping max messagesCustom messagesCustom[].detail messagesCustom[].severity messagesCustom[].summary min numberRangeExactMessageDetail numberRangeOverflowMessageDetail numberRangeUnderflowMessageDetail placeholder rawValue readonly required requiredMessageDetail step textAlign transientValue userAssistanceDensity valid validators value virtualKeyboard","methods":" getProperty reset setProperties setProperty showMessages validate","decorators":""},"oj-c.InputPassword":{"ref":"oj-c.InputPassword.html","subCategory":"Class","members":" autocomplete clearIcon containerReadonly disabled displayOptions displayOptions.converterHint displayOptions.messages displayOptions.validatorHint help help.instruction helpHints helpHints.definition helpHints.source helpHints.sourceText labelEdge labelHint labelStartWidth labelWrapping maskIcon messagesCustom messagesCustom[].detail messagesCustom[].severity messagesCustom[].summary placeholder rawValue readonly required requiredMessageDetail textAlign userAssistanceDensity valid validators value","methods":" getProperty reset setProperties setProperty showMessages validate","decorators":""},"oj-c.InputText":{"ref":"oj-c.InputText.html","subCategory":"Class","members":" end start autocomplete clearIcon containerReadonly converter disabled displayOptions displayOptions.converterHint displayOptions.messages displayOptions.validatorHint help help.instruction helpHints helpHints.definition helpHints.source helpHints.sourceText inputPrefix inputSuffix labelEdge labelHint labelStartWidth labelWrapping length messagesCustom messagesCustom[].detail messagesCustom[].severity messagesCustom[].summary placeholder rawValue readonly required requiredMessageDetail textAlign userAssistanceDensity valid validators value virtualKeyboard","methods":" getProperty reset setProperties setProperty showMessages validate","decorators":""},"oj-c.ListItemLayout":{"ref":"oj-c.ListItemLayout.html","subCategory":"Class","members":" Default action leading metadata navigation overline quaternary secondary selector tertiary trailing inset","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.MessageToast":{"ref":"oj-c.MessageToast.html","subCategory":"Class","members":" data detailTemplateValue iconTemplateValue offset position","events":" event:ojClose","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.MeterBar":{"ref":"oj-c.MeterBar.html","subCategory":"Class","members":" color datatip describedBy indicatorSize labelledBy max min orientation plotArea readonly referenceLines referenceLines[].color referenceLines[].position referenceLines[].value size step thresholdDisplay thresholds thresholds[].accessibleLabel thresholds[].color thresholds[].max transientValue value","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.MeterCircle":{"ref":"oj-c.MeterCircle.html","subCategory":"Class","members":" centerTemplate angleExtent color datatip describedBy indicatorSize innerRadius labelledBy max min plotArea readonly referenceLines referenceLines[].color referenceLines[].value size startAngle step thresholdDisplay thresholds thresholds[].accessibleLabel thresholds[].color thresholds[].max transientValue value","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.ProgressBar":{"ref":"oj-c.ProgressBar.html","subCategory":"Class","members":" edge max value","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.ProgressCircle":{"ref":"oj-c.ProgressCircle.html","subCategory":"Class","members":" max size value","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.RatingGauge":{"ref":"oj-c.RatingGauge.html","subCategory":"Class","members":" changed color datatip describedBy disabled labelledBy max readonly size step thresholds thresholds[].accessibleLabel thresholds[].color thresholds[].max tooltip transientValue value","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.SelectMultiple":{"ref":"oj-c.SelectMultiple.html","subCategory":"Class","members":" containerReadonly data disabled displayOptions displayOptions.messages help help.instruction helpHints helpHints.definition helpHints.source helpHints.sourceText itemText labelEdge labelHint labelStartWidth labelWrapping messagesCustom messagesCustom[].detail messagesCustom[].severity messagesCustom[].summary placeholder readonly required requiredMessageDetail textAlign userAssistanceDensity valid value valueItems virtualKeyboard","methods":" getProperty reset setProperties setProperty showMessages validate","decorators":""},"oj-c.SelectSingle":{"ref":"oj-c.SelectSingle.html","subCategory":"Class","members":" containerReadonly data disabled displayOptions displayOptions.messages help help.instruction helpHints helpHints.definition helpHints.source helpHints.sourceText itemText labelEdge labelHint labelStartWidth labelWrapping messagesCustom messagesCustom[].detail messagesCustom[].severity messagesCustom[].summary placeholder readonly required requiredMessageDetail textAlign userAssistanceDensity valid value valueItem valueItem.data valueItem.key valueItem.metadata valueItem.metadata.indexFromParent valueItem.metadata.isLeaf valueItem.metadata.key valueItem.metadata.message valueItem.metadata.message.detail valueItem.metadata.message.severity valueItem.metadata.message.summary valueItem.metadata.parentKey valueItem.metadata.suggestion valueItem.metadata.treeDepth virtualKeyboard","events":" event:ojValueAction","methods":" getProperty reset setProperties setProperty showMessages validate","decorators":""},"oj-c.SplitMenuButton":{"ref":"oj-c.SplitMenuButton.html","subCategory":"Class","members":" chroming disabled items label size width","events":" event:ojAction","methods":" getProperty setProperties setProperty","decorators":""},"oj-c.TextArea":{"ref":"oj-c.TextArea.html","subCategory":"Class","members":" autocomplete containerReadonly converter disabled displayOptions help help.instruction helpHints helpHints.definition helpHints.source helpHints.sourceText labelEdge labelHint labelStartWidth labelWrapping length maxRows messagesCustom messagesCustom[].detail messagesCustom[].severity messagesCustom[].summary placeholder rawValue readonly required requiredMessageDetail resizeBehavior rows textAlign userAssistanceDensity valid validators value","methods":" getProperty reset setProperties setProperty showMessages validate","decorators":""}}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<nav id="nav" data-current-item="list-item-layout">
|
|
22
22
|
<h2>Oracle® JET</h2>
|
|
23
23
|
<h2>Core Pack Components</h2>
|
|
24
|
-
<h3>14.0
|
|
24
|
+
<h3>14.1.0</h3
|
|
25
25
|
<div class="deprecation-checkboxes" style="display: none">
|
|
26
26
|
<ul style="list-style: none; display: none;">
|
|
27
27
|
<li style="margin-top:0px">
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
<p class="product-docs-header">
|
|
108
108
|
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
-
14.0
|
|
109
|
+
14.1.0</span><br>
|
|
110
110
|
</p>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
</article>
|
|
140
140
|
</section>
|
|
141
141
|
<footer>
|
|
142
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
|
|
142
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
|
|
143
143
|
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
144
144
|
</footer>
|
|
145
145
|
</div>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<nav id="nav" data-current-item="message-toast">
|
|
22
22
|
<h2>Oracle® JET</h2>
|
|
23
23
|
<h2>Core Pack Components</h2>
|
|
24
|
-
<h3>14.0
|
|
24
|
+
<h3>14.1.0</h3
|
|
25
25
|
<div class="deprecation-checkboxes" style="display: none">
|
|
26
26
|
<ul style="list-style: none; display: none;">
|
|
27
27
|
<li style="margin-top:0px">
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
<p class="product-docs-header">
|
|
108
108
|
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
-
14.0
|
|
109
|
+
14.1.0</span><br>
|
|
110
110
|
</p>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
</article>
|
|
140
140
|
</section>
|
|
141
141
|
<footer>
|
|
142
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
|
|
142
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
|
|
143
143
|
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
144
144
|
</footer>
|
|
145
145
|
</div>
|
package/oj-c/docs/meter-bar.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<nav id="nav" data-current-item="meter-bar">
|
|
22
22
|
<h2>Oracle® JET</h2>
|
|
23
23
|
<h2>Core Pack Components</h2>
|
|
24
|
-
<h3>14.0
|
|
24
|
+
<h3>14.1.0</h3
|
|
25
25
|
<div class="deprecation-checkboxes" style="display: none">
|
|
26
26
|
<ul style="list-style: none; display: none;">
|
|
27
27
|
<li style="margin-top:0px">
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
<p class="product-docs-header">
|
|
108
108
|
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
-
14.0
|
|
109
|
+
14.1.0</span><br>
|
|
110
110
|
</p>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
</article>
|
|
140
140
|
</section>
|
|
141
141
|
<footer>
|
|
142
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
|
|
142
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
|
|
143
143
|
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
144
144
|
</footer>
|
|
145
145
|
</div>
|