@oracle/oraclejet-core-pack 14.1.4 → 14.1.6
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 +18 -18
- package/oj-c/Collapsible.json +14 -14
- package/oj-c/FilePicker.json +18 -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 +30 -30
- package/oj-c/MeterCircle.json +32 -32
- package/oj-c/ProgressBar.json +7 -7
- package/oj-c/ProgressCircle.json +7 -7
- package/oj-c/RatingGauge.json +23 -23
- 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/component.json +1 -1
- package/oj-c/collapsible/component.json +1 -1
- package/oj-c/component.json +1 -1
- 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/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 +3 -3
- package/oj-c/docs/oj-c.Collapsible.html +3 -3
- package/oj-c/docs/oj-c.FilePicker.html +3 -3
- 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 +3 -3
- package/oj-c/docs/oj-c.MeterCircle.html +3 -3
- 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 +3 -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/file-picker/component.json +1 -1
- package/oj-c/input-number/component.json +1 -1
- package/oj-c/input-password/component.json +1 -1
- 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 +37 -37
- package/oj-c/meter-bar/component.json +1 -1
- package/oj-c/meter-circle/component.json +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/component.json +1 -1
- package/oj-c/select-multiple/component.json +1 -1
- package/oj-c/select-single/component.json +1 -1
- package/oj-c/split-menu-button/component.json +1 -1
- package/oj-c/text-area/component.json +1 -1
- package/package.json +3 -3
package/oj-c/InputNumber.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "14.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "input-number.tsx",
|
|
33
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "input-number"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "Dictates component's autocomplete state. This attribute indicates whether the value of\nthe control can be automatically completed by the browser. The common values are 'on' and 'off'.\n\nSince this attribute passes through to the input element unchanged, you can look at the html specs for\ndetailed information for how browsers behave and what values besides 'on' and 'off' you can set.\nThe html spec says the default is 'on', so when autocomplete is not explicitly set, the browsers treat it as 'on'.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "input-number.tsx",
|
|
48
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
49
49
|
},
|
|
50
50
|
"defaultvalue": "\"on\"",
|
|
51
51
|
"type": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"description": "Specifies whether an ancestor container, like oj-form-layout, is readonly.\nThis affects whether a readonly component renders in full or mixed readonly mode.",
|
|
66
66
|
"meta": {
|
|
67
67
|
"filename": "input-number.tsx",
|
|
68
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
68
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
69
69
|
},
|
|
70
70
|
"type": {
|
|
71
71
|
"names": [
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"description": "A converter instance or one that duck types oj.Converter.\n<p>\nWhen no converter is specified, an instance of NumberConverter with no options will be used.\n</p>\n<p>\nWhen <code class=\"prettyprint\">converter</code> property changes due to programmatic\nintervention, the element performs various tasks based on the current state it is in. </br>\n\n<h4>Steps Performed Always</h4>\n<ul>\n<li>Any cached converter instance is cleared and new converter created. The converter hint is\npushed to messaging. E.g., notewindow displays the new hint(s).\n</li>\n</ul>\n\n<h4>Running Validation</h4>\n<ul>\n<li>if element is valid when <code class=\"prettyprint\">converter</code> property changes, the\n display value is refreshed.</li>\n<li>if element is invalid and is showing messages when\n<code class=\"prettyprint\">converter</code> property changes then all element messages are\ncleared and full validation run using the current display value on the element.\n<ul>\n <li>if there are validation errors, then <code class=\"prettyprint\">value</code>\n property is not updated, and the error is shown.\n The display value is not refreshed in this case. </li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated; page author can listen to the <code class=\"prettyprint\">valueChanged</code>\n event to clear custom errors. The\n display value is refreshed with the formatted value provided by converter.</li>\n</ul>\n</li>\n<li>if element is invalid and has deferred messages when converter property changes, the\n display value is again refreshed with the formatted value provided by converter.</li>\n</ul>\n\n<h4>Clearing Messages</h4>\n<ul>\n<li>Only messages created by the element are cleared.</li>\n<li><code class=\"prettyprint\">messagesCustom</code> property is not cleared.\nPage authors can\nchoose to clear it explicitly when setting the converter option.</li>\n</ul>\n</p>\n<p>\n During validation, the converter takes the input value which is a string\n and parses it into the type of the component's value property\n (e.g. a number)\n before it passes it to the validator. It then takes the validated value property\n and formats it into a string to be displayed and puts it into the input.\n If the converter's format or parse functions\n throw an error, it will be displayed to the user inline on the field.\n</p>\n<p>\nThe hint exposed by the converter is shown inline by default in the Redwood theme when\nthe field has focus.\nYou can turn off showing converter hints by using the\n'converterHint' property set to 'none' on the <code class=\"prettyprint\">display-options</code>\nattribute.\n</p>\n<p>\nIn the Redwood theme, only one hint shows at a time, so the precedence rules are:\nhelp.instruction shows; if no help.instruction then validator hints show;\nif none, then help-hints.definition shows; if none, then converter hint shows.\nhelp-hints.source always shows along with the other help or hint.\n</p>",
|
|
85
85
|
"meta": {
|
|
86
86
|
"filename": "input-number.tsx",
|
|
87
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
87
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
88
88
|
},
|
|
89
89
|
"defaultvalue": null,
|
|
90
90
|
"type": {
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"description": "Whether the component is disabled. The default is false.\n\n<p>\nWhen the <code class=\"prettyprint\">disabled</code> property changes due to programmatic\nintervention, the component may clear messages and run validation in some cases. </br>\n<ul>\n<li>when a required component is initialized as disabled\n<code class=\"prettyprint\">value=\"{{currentValue}}\" required disabled</code>,\ndeferred validation is skipped.</li>\n<li>when a disabled component is enabled,\n <ul>\n <li>if component is invalid and showing messages then all component messages are cleared,\n and full validation run using the display value.\n <ul>\n <li>if there are validation errors, they are shown.</li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated. Page authors can listen to the <code class=\"prettyprint\">valueChanged</code>\n event to clear custom errors.</li>\n </ul>\n </li>\n\n <li>if component is valid and has no errors then deferred validation is run.\n <ul>\n <li>if there is a deferred validation error, then the valid property is updated. </li>\n </ul>\n </li>\n <li>if component is invalid and deferred errors then component messages are cleared and\n deferred validation re-run.\n <ul>\n <li>if there is a deferred validation error, then the valid property is updated.</li>\n </ul>\n </li>\n </ul>\n</li>\n<li>when enabled component is disabled then no validation is run and the component appears\ndisabled.</li>\n</ul>\n</p>",
|
|
112
112
|
"meta": {
|
|
113
113
|
"filename": "input-number.tsx",
|
|
114
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
114
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
115
115
|
},
|
|
116
116
|
"defaultvalue": false,
|
|
117
117
|
"type": {
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"description": "Display options for auxiliary content that determines whether or not it should be displayed.",
|
|
132
132
|
"meta": {
|
|
133
133
|
"filename": "input-number.tsx",
|
|
134
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
134
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
135
135
|
},
|
|
136
136
|
"type": {
|
|
137
137
|
"names": [
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"description": "Display options for auxiliary converter hint text.",
|
|
151
151
|
"meta": {
|
|
152
152
|
"filename": "input-number.tsx",
|
|
153
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
153
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
154
154
|
},
|
|
155
155
|
"defaultvalue": "\"display\"",
|
|
156
156
|
"type": {
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"description": "Display options for auxiliary message text.",
|
|
172
172
|
"meta": {
|
|
173
173
|
"filename": "input-number.tsx",
|
|
174
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
174
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
175
175
|
},
|
|
176
176
|
"defaultvalue": "\"display\"",
|
|
177
177
|
"type": {
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"description": "Display options for auxiliary validator hint text.",
|
|
193
193
|
"meta": {
|
|
194
194
|
"filename": "input-number.tsx",
|
|
195
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
195
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
196
196
|
},
|
|
197
197
|
"defaultvalue": "\"display\"",
|
|
198
198
|
"type": {
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"description": "Form component help information.",
|
|
214
214
|
"meta": {
|
|
215
215
|
"filename": "input-number.tsx",
|
|
216
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
216
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
217
217
|
},
|
|
218
218
|
"type": {
|
|
219
219
|
"names": [
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"description": "A type of user assistance text. User assistance text is used to provide guidance to\nhelp the user understand what data to enter or select.",
|
|
233
233
|
"meta": {
|
|
234
234
|
"filename": "input-number.tsx",
|
|
235
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
235
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
236
236
|
},
|
|
237
237
|
"defaultvalue": "\"\"",
|
|
238
238
|
"type": {
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"description": "The helpHints object contains a definition property and a source property.",
|
|
253
253
|
"meta": {
|
|
254
254
|
"filename": "input-number.tsx",
|
|
255
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
255
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
256
256
|
},
|
|
257
257
|
"type": {
|
|
258
258
|
"names": [
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
"description": "A type of user assistance text. User assistance text is used to provide guidance to help\nthe user understand what data to enter or select. help-hints could come from a help system.",
|
|
272
272
|
"meta": {
|
|
273
273
|
"filename": "input-number.tsx",
|
|
274
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
274
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
275
275
|
},
|
|
276
276
|
"defaultvalue": "\"\"",
|
|
277
277
|
"type": {
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"description": "Help source URL associated with the component.",
|
|
292
292
|
"meta": {
|
|
293
293
|
"filename": "input-number.tsx",
|
|
294
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
294
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
295
295
|
},
|
|
296
296
|
"defaultvalue": "\"\"",
|
|
297
297
|
"type": {
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"description": "Custom text to be used for the source link.",
|
|
312
312
|
"meta": {
|
|
313
313
|
"filename": "input-number.tsx",
|
|
314
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
314
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
315
315
|
},
|
|
316
316
|
"type": {
|
|
317
317
|
"names": [
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"description": "The inputPrefix displays as regular text before the input text.\nThe inputPrefix is not editable or focusable.",
|
|
331
331
|
"meta": {
|
|
332
332
|
"filename": "input-number.tsx",
|
|
333
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
333
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
334
334
|
},
|
|
335
335
|
"type": {
|
|
336
336
|
"names": [
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"description": "The inputSuffix displays as regular text after the input text.\nThe inputSuffix is not editable or focusable.",
|
|
350
350
|
"meta": {
|
|
351
351
|
"filename": "input-number.tsx",
|
|
352
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
352
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
353
353
|
},
|
|
354
354
|
"type": {
|
|
355
355
|
"names": [
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"description": "Specifies how the label of the component is positioned when the label-hint\nattribute is set on the component.",
|
|
369
369
|
"meta": {
|
|
370
370
|
"filename": "input-number.tsx",
|
|
371
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
371
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
372
372
|
},
|
|
373
373
|
"ojvalues": [
|
|
374
374
|
{
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
"description": "Represents a hint for rendering a label on the component.\nThis is used in combination with the label-edge attribute to control how the label should be rendered.",
|
|
433
433
|
"meta": {
|
|
434
434
|
"filename": "input-number.tsx",
|
|
435
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
435
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
436
436
|
},
|
|
437
437
|
"type": {
|
|
438
438
|
"names": [
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
"description": "The width of the label when labelEdge is 'start'.",
|
|
452
452
|
"meta": {
|
|
453
453
|
"filename": "input-number.tsx",
|
|
454
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
454
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
455
455
|
},
|
|
456
456
|
"type": {
|
|
457
457
|
"names": [
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
"description": "Should the labels wrap or truncate when there is not enough available space.",
|
|
471
471
|
"meta": {
|
|
472
472
|
"filename": "input-number.tsx",
|
|
473
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
473
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
474
474
|
},
|
|
475
475
|
"ojvalues": [
|
|
476
476
|
{
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"description": "The maximum allowed value. This number is used in the range validator; if the\n<code class=\"prettyprint\">value</code> is greater than the <code class=\"prettyprint\">max</code>,\nthen the range validator flags an error to the user. The up arrow\n is disabled when the maximum value is reached.\n<p>\nThe <code class=\"prettyprint\">max</code> must not be less than the\n<code class=\"prettyprint\">min</code>, else an Error is thrown during initialization.\n</p>",
|
|
513
513
|
"meta": {
|
|
514
514
|
"filename": "input-number.tsx",
|
|
515
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
515
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
516
516
|
},
|
|
517
517
|
"type": {
|
|
518
518
|
"names": [
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
"description": "The minimum allowed value. This number is used in the range validator; if the\n<code class=\"prettyprint\">value</code> is less than the <code class=\"prettyprint\">min</code>,\nthen the range validator flags an error to the user. The down arrow\n is disabled when the minimum value is reached.\nThe <code class=\"prettyprint\">min</code> must not be greater than the\n<code class=\"prettyprint\">max</code>, else an Error is thrown during initialization.",
|
|
532
532
|
"meta": {
|
|
533
533
|
"filename": "input-number.tsx",
|
|
534
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
534
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
535
535
|
},
|
|
536
536
|
"type": {
|
|
537
537
|
"names": [
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
"description": "List of messages an app would add to the component when it has business/custom validation\nerrors that it wants the component to show. This allows the app to perform further validation\nbefore sending data to the server. When this option is set the message shows to the\nuser right away. To clear the custom message, set <code class=\"prettyprint\">messagesCustom</code>\nback to an empty array.<br/>\n<p>\nSee the <a href=\"#validation-section\">Validation and Messages</a> section\nfor details on when the component clears <code class=\"prettyprint\">messagesCustom</code>;\nfor example, when full validation is run.\n</p>",
|
|
552
552
|
"meta": {
|
|
553
553
|
"filename": "input-number.tsx",
|
|
554
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
554
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
555
555
|
},
|
|
556
556
|
"defaultvalue": "[]",
|
|
557
557
|
"type": {
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
"description": "",
|
|
579
579
|
"meta": {
|
|
580
580
|
"filename": "input-number.tsx",
|
|
581
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
581
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
582
582
|
},
|
|
583
583
|
"type": {
|
|
584
584
|
"names": [
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
"description": "",
|
|
598
598
|
"meta": {
|
|
599
599
|
"filename": "input-number.tsx",
|
|
600
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
600
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
601
601
|
},
|
|
602
602
|
"type": {
|
|
603
603
|
"names": [
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
"description": "",
|
|
617
617
|
"meta": {
|
|
618
618
|
"filename": "input-number.tsx",
|
|
619
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
619
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
620
620
|
},
|
|
621
621
|
"type": {
|
|
622
622
|
"names": [
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
"description": "<p>\nThe component-specific message detail when the number range validation fails when the input value is not between min and max\nwhen min and max are equal.\nIf the component needs a number range validation error message for an exact number that is different from the default,\nset this property. It should be a translated string.\n</p>\nTokens:<br/>\n{num} - the allowed value<p>\nUsage: <br/>\nThe number must be {num}.",
|
|
639
639
|
"meta": {
|
|
640
640
|
"filename": "input-number.tsx",
|
|
641
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
641
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
642
642
|
},
|
|
643
643
|
"type": {
|
|
644
644
|
"names": [
|
|
@@ -657,7 +657,7 @@
|
|
|
657
657
|
"description": "<p>\nThe component-specific message detail when the number range validation fails when the input value is greater than the max.\nIf the component needs a number range validation error message for overflow that is different from the default,\nset this property. It should be a translated string.\n</p>\nTokens:<br/>\n{value} - value entered by the user<br/>\n{max} - the maximum allowed value<p>\nUsage: <br/>\nThe number must be less than or equal to {max}.",
|
|
658
658
|
"meta": {
|
|
659
659
|
"filename": "input-number.tsx",
|
|
660
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
660
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
661
661
|
},
|
|
662
662
|
"type": {
|
|
663
663
|
"names": [
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
"description": "<p>\nThe component-specific message detail when the number range validation fails when the input value is less than the min.\nIf the component needs a number range validation error message for underflow that is different from the default,\nset this property. It should be a translated string.\n</p>\nTokens:<br/>\n{value} - value entered by the user<br/>\n{min} - the minimum allowed value<p>\nUsage: <br/>\nThe number must be greater than or equal to {min}.",
|
|
677
677
|
"meta": {
|
|
678
678
|
"filename": "input-number.tsx",
|
|
679
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
679
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
680
680
|
},
|
|
681
681
|
"type": {
|
|
682
682
|
"names": [
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"description": "The placeholder text to set on the element.",
|
|
696
696
|
"meta": {
|
|
697
697
|
"filename": "input-number.tsx",
|
|
698
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
698
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
699
699
|
},
|
|
700
700
|
"type": {
|
|
701
701
|
"names": [
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
"description": "Whether the component is readonly. The readonly property sets or returns whether an element\nis readonly, or not. A readonly element cannot be modified. However, a user can tab to it,\nhighlight it, focus on it, and copy the text from it. If you want to prevent the user from\ninteracting with the element, use the disabled property instead.",
|
|
715
715
|
"meta": {
|
|
716
716
|
"filename": "input-number.tsx",
|
|
717
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
717
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
718
718
|
},
|
|
719
719
|
"defaultvalue": false,
|
|
720
720
|
"type": {
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
"description": "<p>\nThis property set to <code class=\"prettyprint\">false</code> implies that a value is not required to be provided by the user.\nThis is the default.\nThis property set to <code class=\"prettyprint\">true</code> implies that a value is required to be provided by the user.\n</p>\n<p>\nIn the Redwood theme, by default, a Required text is rendered inline when the field is empty.\nIf user-assistance-density is 'compact', it will show on the label as an icon.\n</p>\n<p>The Required error text is based on Redwood UX designs, and it is not recommended that\nit be changed.\nTo override the required error message,\nuse the <code class=\"prettyprint\">required-message-detail</code> attribute.\nThe component's label text is passed in as a token {label} and can be used in the message detail.\n</p>\n<p>When required is set to true, an implicit\nrequired validator is created, i.e.,\n<code class=\"prettyprint\">new RequiredValidator()</code>. The required validator is the only\nvalidator to run during initial render, and its error is not shown to the user at this time;\nthis is called deferred validation. The required validator also runs during normal validation;\nthis is when the errors are shown to the user.\nSee the <a href=\"#validation-section\">Validation and Messaging</a> section for details.\n</p>\n<p>\nWhen the <code class=\"prettyprint\">required</code> property changes due to programmatic intervention,\nthe component may clear component messages and run validation, based on the current state it's in. </br>\n\n<h4>Running Validation when required property changes</h4>\n<ul>\n<li>if component is valid when required is set to true, then it runs deferred validation on\nthe value property. If the field is empty, the valid state is invalidHidden. No errors are\nshown to the user.\n</li>\n<li>if component is invalid and has deferred messages when required is set to false, then\ncomponent messages are cleared (messages-custom messages are not cleared)\nbut no deferred validation is run because required is false.\n</li>\n<li>if component is invalid and currently showing invalid messages when required is set, then\ncomponent messages are cleared and normal validation is run using the current display value.\n<ul>\n <li>if there are validation errors, then <code class=\"prettyprint\">value</code>\n property is not updated and the error is shown.\n </li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated; page author can listen to the <code class=\"prettyprint\">valueChanged</code>\n event on the component to clear custom errors.</li>\n</ul>\n</li>\n</ul>\n\n<h4>Clearing Messages when required property changes</h4>\n<ul>\n<li>Only messages created by the component, like validation messages, are cleared when the required property changes.</li>\n<li><code class=\"prettyprint\">messagesCustom</code> property is not cleared.</li>\n</ul>\n\n</p>",
|
|
735
735
|
"meta": {
|
|
736
736
|
"filename": "input-number.tsx",
|
|
737
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
737
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
738
738
|
},
|
|
739
739
|
"defaultvalue": false,
|
|
740
740
|
"type": {
|
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
"description": "<p>\nThe component-specific message detail when the required validation fails.\nIf the component needs a required validation error message that is different from the default,\nset this property. It should be a translated string.\n</p>",
|
|
755
755
|
"meta": {
|
|
756
756
|
"filename": "input-number.tsx",
|
|
757
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
757
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
758
758
|
},
|
|
759
759
|
"type": {
|
|
760
760
|
"names": [
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
"description": "The size of the step to take when spinning via buttons or via the up/down arrows.\nIf step is 0, inputNumber will not have buttons or up/down spin functionality.\nIf step is less than 0, an exception is thrown.\n<p><code class=\"prettyprint\">step</code> defaults to <code class=\"prettyprint\">0</code>.\n</p>\n<p>\n<p>\nThe <code class=\"prettyprint\">step</code> attribute can be used together\nwith the <code class=\"prettyprint\">min</code> and\n<code class=\"prettyprint\">max</code> attributes\nto create a range of values the up/down arrows will step through. For example,\nif min is 0 and step is 3, the range of values is 0, 3, 6, etc.\n</p>\n<p>\nThe up/down arrows will spin the value and adjust it to keep it a\n'step match' value.\nA 'step match' value is when the value is a multiple\nof <code class=\"prettyprint\">step</code>,\nstarting at the <code class=\"prettyprint\">min</code>, and if\n<code class=\"prettyprint\">min</code> is not set,\nthen starting at the initial <code class=\"prettyprint\">value</code>,\nand if neither <code class=\"prettyprint\">min</code> and initial\n<code class=\"prettyprint\">value</code> are set,\nthen starting at 0.\n</p>\n<p>When using step > 1 with min and/or max,\nmake sure the initial value and max are both a 'step match' value,\notherwise the first step will adjust the value in a way\nthat could confuse the user.</p>\n</p>\n<p>\nA value can be a step mismatch; if the <code class=\"prettyprint\">value</code> is set\nto be a step mismatch, it will not be flagged as a validation error.\n</p>",
|
|
774
774
|
"meta": {
|
|
775
775
|
"filename": "input-number.tsx",
|
|
776
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
776
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
777
777
|
},
|
|
778
778
|
"type": {
|
|
779
779
|
"names": [
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
"description": "Specifies how the text is aligned within the text field",
|
|
793
793
|
"meta": {
|
|
794
794
|
"filename": "input-number.tsx",
|
|
795
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
795
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
796
796
|
},
|
|
797
797
|
"ojvalues": [
|
|
798
798
|
{
|
|
@@ -845,7 +845,7 @@
|
|
|
845
845
|
"description": "Specifies the density of the form component's user assistance presentation. It can be shown inline with\nreserved rows to prevent reflow if a user assistance text shows up, inline without reserved rows that would\nreflow if a user assistance text shows up, or it can be shown compactly in a popup instead.",
|
|
846
846
|
"meta": {
|
|
847
847
|
"filename": "input-number.tsx",
|
|
848
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
848
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
849
849
|
},
|
|
850
850
|
"ojvalues": [
|
|
851
851
|
{
|
|
@@ -888,7 +888,7 @@
|
|
|
888
888
|
"description": "List of validators, synchronous or asynchronous,\nused by the component\nand the implicit component validators when performing validation. Each item is either an\ninstance that duck types oj.Validator or oj.AsyncValidator.\n<p>\nImplicit validators are created by the element when certain attributes are present.\nFor example, if the <code class=\"prettyprint\">required</code> attribute\nis set, an implicit oj.RequiredValidator is created.\nAt runtime when the component runs validation, it\ncombines all the implicit validators with all the validators\nspecified through this <code class=\"prettyprint\">validators</code> attribute\nand the <code class=\"prettyprint\">async-validators</code> attribute, and\nruns all of them.\n</p>\n<p>\nHints exposed by validators are shown inline by default in the Redwood theme when the\nfield has focus.\nYou can turn off showing validator hints by using the\n'validatorHint' property set to 'none' on the <code class=\"prettyprint\">display-options</code>\nattribute.\n</p>\n<p>\nIn the Redwood theme, only one hint shows at a time, so the precedence rules are:\nhelp.instruction shows; if no help.instruction then validator hints show;\nif none, then help-hints.definition shows; if none, then converter hint shows.\nhelp-hints.source always shows along with the other help or hint.\n</p>\n\n<p>\nWhen <code class=\"prettyprint\">validators</code> property changes due to programmatic\nintervention, the component may decide to clear messages and run validation, based on the\ncurrent state it is in. </br>\n\n<h4>Steps Performed Always</h4>\n<ul>\n<li>The cached list of validator instances are cleared and new validator hints is pushed to\nmessaging.\n</li>\n</ul>\n\n<h4>Running Validation</h4>\n<ul>\n<li>if component is valid when validators changes, component does nothing other than the\nsteps it always performs.</li>\n<li>if component is invalid and is showing messages when\n<code class=\"prettyprint\">validators</code> or\n<code class=\"prettyprint\">async-validators</code> changes then all component messages\n are cleared and full validation run using the display value on the component.\n<ul>\n <li>if there are validation errors, then <code class=\"prettyprint\">value</code>\n property is not updated and the error is shown.\n </li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated; page author can listen to the <code class=\"prettyprint\">valueChanged</code>\n event to clear custom errors.</li>\n</ul>\n</li>\n<li>if component is invalid and has deferred messages when validators changes, it does\nnothing other than the steps it performs always.</li>\n</ul>\n</p>\n\n<h4>Clearing Messages</h4>\n<ul>\n<li>Only messages created by the component are cleared.</li>\n<li><code class=\"prettyprint\">messagesCustom</code> property is not cleared.</li>\n</ul>\n</p>",
|
|
889
889
|
"meta": {
|
|
890
890
|
"filename": "input-number.tsx",
|
|
891
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
891
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
892
892
|
},
|
|
893
893
|
"defaultvalue": "[]",
|
|
894
894
|
"type": {
|
|
@@ -916,7 +916,7 @@
|
|
|
916
916
|
"description": "The value of the component.\n\n<p>\nWhen <code class=\"prettyprint\">value</code> property changes due to programmatic\nintervention, the component always clears all messages\nincluding <code class=\"prettyprint\">messagesCustom</code>, runs deferred validation, and\nalways refreshes UI display value.\n</p>\n\n<p>\nWhen the input field is cleared and the value is committed, the <code class=\"prettyprint\">value</code>\nproperty is set to <code>null</code>.\n</p>\n\n<h4>Running Validation</h4>\n<ul>\n<li>component always runs deferred validation; the\n<code class=\"prettyprint\">valid</code> property is updated with the result.</li>\n</ul>",
|
|
917
917
|
"meta": {
|
|
918
918
|
"filename": "input-number.tsx",
|
|
919
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
919
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
920
920
|
},
|
|
921
921
|
"defaultvalue": null,
|
|
922
922
|
"type": {
|
|
@@ -936,7 +936,7 @@
|
|
|
936
936
|
"description": "The type of virtual keyboard to display for entering a value on mobile browsers. This attribute has no effect on desktop browsers.",
|
|
937
937
|
"meta": {
|
|
938
938
|
"filename": "input-number.tsx",
|
|
939
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
939
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
940
940
|
},
|
|
941
941
|
"ojvalues": [
|
|
942
942
|
{
|
|
@@ -992,7 +992,7 @@
|
|
|
992
992
|
"description": "<p>The <code class=\"prettyprint\">rawValue</code> is the read-only property for retrieving\nthe current value from the input field in string form. The main consumer of\n<code class=\"prettyprint\">rawValue</code> is a converter.</p>\n<p>\nThe <code class=\"prettyprint\">rawValue</code> updates on the 'input' javascript event,\nso the <code class=\"prettyprint\">rawValue</code> changes as the value of the input is changed.\nIf the user types in '1,200' into the field, the rawValue will be '1', then '1,', then '1,2',\n..., and finally '1,200'. Then when the user blurs or presses\nEnter the <code class=\"prettyprint\">value</code> property gets converted and validated\n(if there is a converter or validators) and then gets updated if valid.\n</p>\n<p>This is a read-only attribute so page authors cannot set or change it directly.</p>",
|
|
993
993
|
"meta": {
|
|
994
994
|
"filename": "input-number.tsx",
|
|
995
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
995
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
996
996
|
},
|
|
997
997
|
"type": {
|
|
998
998
|
"names": [
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
"description": "<p>The <code class=\"prettyprint\">transientValue</code> is the read-only property for retrieving\nthe current transient value.</p>\n<p>\nThe <code class=\"prettyprint\">transientValue</code> updates to display the transient\nchanges from pressing the up or down arrow (subject to the step constraints).\n<code class=\"prettyprint\">transientValue</code> will update only if it passes\nvalidation.\n</p>\n<p>\nThe difference in behavior is\n<code class=\"prettyprint\">transientValue</code> will be updated\nas the up or down arrow is pressed (and only if validation succeeds),\nwhereas <code class=\"prettyprint\">value</code>\nis updated only after the up or down arrow is released\n(and only if validation succeeds).\n</p>\n<p>This is a read-only attribute so page authors cannot set or change it directly.</p>",
|
|
1014
1014
|
"meta": {
|
|
1015
1015
|
"filename": "input-number.tsx",
|
|
1016
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
1016
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
1017
1017
|
},
|
|
1018
1018
|
"type": {
|
|
1019
1019
|
"names": [
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
"description": "<p>\nThe current valid state of the component. It is evaluated on initial render.\nIt is re-evaluated\n<ul>\n <li>after each validator (validators or async-validators) is run (full or deferred)</li>\n <li>when messagesCustom is updated,\n since messagesCustom can be added by the app developer any time.</li>\n <li>when showMessages() is called. Since showMessages() moves the\n hidden messages into messages shown,\n if the valid state was \"invalidHidden\" then it would become \"invalidShown\".</li>\n <li>when the required property has changed. If a component is empty and has required\n set, the valid state may be \"invalidHidden\" (if no invalid messages are being shown as well).\n If required property is removed, the valid state would change to \"valid\".</li>\n</ul>\n</p>\n<p>\n Note: New valid states may be added to the list of valid values in future releases.\n Any new values will start with \"invalid\"\n if it is an invalid state, \"pending\" if it is pending state,\n and \"valid\" if it is a valid state.\n</p>",
|
|
1035
1035
|
"meta": {
|
|
1036
1036
|
"filename": "input-number.tsx",
|
|
1037
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
1037
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
1038
1038
|
},
|
|
1039
1039
|
"ojvalues": [
|
|
1040
1040
|
{
|
|
@@ -1096,7 +1096,7 @@
|
|
|
1096
1096
|
"description": "Resets the component by clearing all messages and messagesCustom attribute\nand updates the component's display value using the attribute value.\nUser entered values will be erased when this method is called.",
|
|
1097
1097
|
"meta": {
|
|
1098
1098
|
"filename": "input-number.tsx",
|
|
1099
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
1099
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
1100
1100
|
},
|
|
1101
1101
|
"scope": "instance",
|
|
1102
1102
|
"returns": [
|
|
@@ -1118,7 +1118,7 @@
|
|
|
1118
1118
|
"description": "Takes all deferred messages and shows them.\nIt then updates the valid property;\ne.g., if the valid state was \"invalidHidden\" before showMessages(),\nthe valid state will become \"invalidShown\" after showMessages().\nIf there were no deferred messages this method simply returns.",
|
|
1119
1119
|
"meta": {
|
|
1120
1120
|
"filename": "input-number.tsx",
|
|
1121
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
1121
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
1122
1122
|
},
|
|
1123
1123
|
"scope": "instance",
|
|
1124
1124
|
"returns": [
|
|
@@ -1140,7 +1140,7 @@
|
|
|
1140
1140
|
"description": "Validates the component's display value using the converter and\nall validators registered on the component and updates the value\noption by performing the following steps.\n<ol>\n<li>All messages are cleared, including custom messages added by the app.<li>\n<li>\n If no converter is present then processing continues to next step. If a converter is present,\n the UI value is first converted (i.e., parsed). If there is a parse error then the messages are shown.\n</li>\n<li>\n If there are no validators setup for the component the value option is updated using the display value.\n Otherwise all validators are run in sequence using the parsed value from the previous step.\n The implicit required validator is run first if the component is marked required.\n When a validation error is encountered it is remembered and the next validator in the sequence is run.\n</li>\n<li>\n At the end of validation if there are errors, the messages are shown.\n If there were no errors, then the value option is updated.\n</li>\n</ol>",
|
|
1141
1141
|
"meta": {
|
|
1142
1142
|
"filename": "input-number.tsx",
|
|
1143
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
1143
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
1144
1144
|
},
|
|
1145
1145
|
"scope": "instance",
|
|
1146
1146
|
"returns": [
|
|
@@ -1164,7 +1164,7 @@
|
|
|
1164
1164
|
"ojhidden": true,
|
|
1165
1165
|
"meta": {
|
|
1166
1166
|
"filename": "input-number.tsx",
|
|
1167
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
1167
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
1168
1168
|
},
|
|
1169
1169
|
"scope": "instance",
|
|
1170
1170
|
"returns": [
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
"ojhidden": true,
|
|
1188
1188
|
"meta": {
|
|
1189
1189
|
"filename": "input-number.tsx",
|
|
1190
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
1190
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
1191
1191
|
},
|
|
1192
1192
|
"scope": "instance",
|
|
1193
1193
|
"returns": [
|
|
@@ -1209,7 +1209,7 @@
|
|
|
1209
1209
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
1210
1210
|
"meta": {
|
|
1211
1211
|
"filename": "input-number.tsx",
|
|
1212
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
1212
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
1213
1213
|
},
|
|
1214
1214
|
"scope": "instance",
|
|
1215
1215
|
"params": [
|
|
@@ -1243,7 +1243,7 @@
|
|
|
1243
1243
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
1244
1244
|
"meta": {
|
|
1245
1245
|
"filename": "input-number.tsx",
|
|
1246
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
1246
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
1247
1247
|
},
|
|
1248
1248
|
"scope": "instance",
|
|
1249
1249
|
"params": [
|
|
@@ -1272,7 +1272,7 @@
|
|
|
1272
1272
|
"description": "Performs a batch set of properties.",
|
|
1273
1273
|
"meta": {
|
|
1274
1274
|
"filename": "input-number.tsx",
|
|
1275
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
1275
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
1276
1276
|
},
|
|
1277
1277
|
"scope": "instance",
|
|
1278
1278
|
"params": [
|
|
@@ -1301,7 +1301,7 @@
|
|
|
1301
1301
|
"memberof": "oj-c.InputNumber",
|
|
1302
1302
|
"meta": {
|
|
1303
1303
|
"filename": "input-number.tsx",
|
|
1304
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
1304
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
1305
1305
|
},
|
|
1306
1306
|
"ojfragment": true
|
|
1307
1307
|
},
|
|
@@ -1314,7 +1314,7 @@
|
|
|
1314
1314
|
"memberof": "oj-c.InputNumber",
|
|
1315
1315
|
"meta": {
|
|
1316
1316
|
"filename": "input-number.tsx",
|
|
1317
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
1317
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.6/packages/oraclejet-core-pack/web/components/oj-c/input-number"
|
|
1318
1318
|
},
|
|
1319
1319
|
"ojfragment": true
|
|
1320
1320
|
}
|