@kubex/zinc 1.1.106 → 1.1.107

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.
@@ -3576,47 +3576,6 @@
3576
3576
  }
3577
3577
  ]
3578
3578
  },
3579
- {
3580
- "name": "zn-rating",
3581
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Methods:**\n - **checkValidity(): _boolean_** - Checks the validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity()** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n- **help-text** - Text that describes how to use the rating. Alternatively, you can use the `help-text` attribute.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n- **--preview-color** - The color of the preview value. _(default: undefined)_\n- **--preview-size** - The font size of the preview value. _(default: undefined)_\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the symbols and help text.\n- **form-control-help-text** - The help text's wrapper.\n- **base** - The component's base wrapper.\n- **preview** - The value shown next to the symbols when `preview` is enabled.",
3582
- "attributes": [
3583
- { "name": "label", "values": [] },
3584
- {
3585
- "name": "help-text",
3586
- "description": "The rating's help text. If you need to display HTML, use the `help-text` slot instead.",
3587
- "values": []
3588
- },
3589
- { "name": "name", "values": [] },
3590
- { "name": "value", "values": [] },
3591
- { "name": "max", "values": [] },
3592
- { "name": "precision", "values": [] },
3593
- { "name": "readonly", "values": [] },
3594
- { "name": "disabled", "values": [] },
3595
- {
3596
- "name": "preview",
3597
- "description": "Displays the value alongside the symbols, updating live as the pointer moves across them.",
3598
- "values": []
3599
- },
3600
- {
3601
- "name": "size",
3602
- "values": [
3603
- { "name": "small" },
3604
- { "name": "medium" },
3605
- { "name": "large" }
3606
- ]
3607
- },
3608
- {
3609
- "name": "getSymbol",
3610
- "values": [{ "name": "(value: number) => string" }]
3611
- }
3612
- ],
3613
- "references": [
3614
- {
3615
- "name": "Documentation",
3616
- "url": "https://zinc.style/components/rating"
3617
- }
3618
- ]
3619
- },
3620
3579
  {
3621
3580
  "name": "zn-remarkd-editor",
3622
3581
  "description": "A Notion-style block editor for remarkd content. Blocks render inline; click one to edit its source.\n---\n\n\n### **Events:**\n - **zn-input** - Emitted on each keystroke while editing a block.\n- **zn-change** - Emitted when a block edit is committed and the value changes.\n\n### **Methods:**\n - **focus()** - Starts editing the first block, or a new block if the document is empty.\n- **blur()** - Commits any in-progress block or raw edit.\n\n### **CSS Properties:**\n - **--remarkd-editor-max-height** - The tallest the editor grows before its body scrolls. Defaults to `100dvh`. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **toolbar** - The always-visible block-insert and inline-formatting toolbar.\n- **raw-toggle** - The button that switches between the block view and the raw source view.\n- **block** - A rendered block wrapper.\n- **rendered** - The rendered remarkd output of a block.\n- **conditional** - A labelled wrapper for an ifdef/ifndef/ifeval/iftrue/iffalse/ifempty/ifnempty range.\n- **variable** - A chip rendered for a document attribute, title, or bracket line.\n- **input** - The textarea shown while editing a block.\n- **raw** - The full-document textarea shown in raw source mode.\n- **slash-menu** - The `zn-slash-menu` opened by typing \"/\" in an empty block.\n- **image-controls** - The caption / alignment / size panel shown when an image block is clicked.\n- **include** - The chip rendered in place of an `include::` directive.\n- **include-picker** - The inline Include picker opened from the toolbar or \"/include\".",
@@ -3700,6 +3659,47 @@
3700
3659
  }
3701
3660
  ]
3702
3661
  },
3662
+ {
3663
+ "name": "zn-rating",
3664
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Methods:**\n - **checkValidity(): _boolean_** - Checks the validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity()** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n- **help-text** - Text that describes how to use the rating. Alternatively, you can use the `help-text` attribute.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n- **--preview-color** - The color of the preview value. _(default: undefined)_\n- **--preview-size** - The font size of the preview value. _(default: undefined)_\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the symbols and help text.\n- **form-control-help-text** - The help text's wrapper.\n- **base** - The component's base wrapper.\n- **preview** - The value shown next to the symbols when `preview` is enabled.",
3665
+ "attributes": [
3666
+ { "name": "label", "values": [] },
3667
+ {
3668
+ "name": "help-text",
3669
+ "description": "The rating's help text. If you need to display HTML, use the `help-text` slot instead.",
3670
+ "values": []
3671
+ },
3672
+ { "name": "name", "values": [] },
3673
+ { "name": "value", "values": [] },
3674
+ { "name": "max", "values": [] },
3675
+ { "name": "precision", "values": [] },
3676
+ { "name": "readonly", "values": [] },
3677
+ { "name": "disabled", "values": [] },
3678
+ {
3679
+ "name": "preview",
3680
+ "description": "Displays the value alongside the symbols, updating live as the pointer moves across them.",
3681
+ "values": []
3682
+ },
3683
+ {
3684
+ "name": "size",
3685
+ "values": [
3686
+ { "name": "small" },
3687
+ { "name": "medium" },
3688
+ { "name": "large" }
3689
+ ]
3690
+ },
3691
+ {
3692
+ "name": "getSymbol",
3693
+ "values": [{ "name": "(value: number) => string" }]
3694
+ }
3695
+ ],
3696
+ "references": [
3697
+ {
3698
+ "name": "Documentation",
3699
+ "url": "https://zinc.style/components/rating"
3700
+ }
3701
+ ]
3702
+ },
3703
3703
  {
3704
3704
  "name": "zn-schedule-builder",
3705
3705
  "description": "Builds a weekly opening-hours schedule as a drag-to-paint calendar or a compact list of\ntime ranges, and posts the result as JSON.\n---\n\n\n### **Events:**\n - **zn-change** - Emitted when the schedule changes.\n\n### **Methods:**\n - **checkValidity(): _boolean_** - Checks validity but does not show a validation message.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity(): _boolean_** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. Pass an empty string to restore validity.\n- **setDay(day: _ScheduleDay_, ranges: _ScheduleRange[]_)** - Replaces the hours for a single day, in the save timezone.\n- **getDay(day: _ScheduleDay_): _ScheduleRange[]_** - Reads the hours for a single day, in the save timezone.\n- **setDisplayDay(day: _ScheduleDay_, ranges: _ScheduleRange[]_)** - Replaces the hours for a single day, given in the display timezone.\n\n### **Slots:**\n - **label** - The schedule's label. Alternatively, use the `label` attribute.\n- **help-text** - Text that describes how to use the schedule. Alternatively, use the `help-text` attribute.\n\n### **CSS Properties:**\n - **--slot-height** - The height of a single time slot in the calendar. Defaults to `18px`. _(default: undefined)_\n- **--gutter-width** - The width of the calendar's time gutter. Defaults to `64px`. _(default: undefined)_\n- **--open-color** - The fill used for open hours. _(default: undefined)_\n- **--reduced-color** - The fill used for hours an exception removes. _(default: undefined)_\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the builder, label and help text.\n- **base** - The component's base wrapper.\n- **toolbar** - The row above the builder holding the hint, legend and view toggle.\n- **calendar** - The calendar view wrapper.\n- **list** - The form (list) view wrapper.\n- **summary** - The summary panel beside the calendar.",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@kubex/zinc",
4
- "version": "1.1.106",
4
+ "version": "1.1.107",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -2552,6 +2552,11 @@
2552
2552
  "description": "The value of the select. Used for form submission. When `multiple` is enabled, this is an array of strings.",
2553
2553
  "type": "string | string[]"
2554
2554
  },
2555
+ {
2556
+ "name": "defaultValue",
2557
+ "description": "The default value of the form control. Primarily used for resetting the form control.",
2558
+ "type": "string | string[]"
2559
+ },
2555
2560
  {
2556
2561
  "name": "provider",
2557
2562
  "description": "The provider of the select.",
@@ -6001,6 +6006,11 @@
6001
6006
  "properties": [
6002
6007
  { "name": "name", "type": "string" },
6003
6008
  { "name": "value", "type": "string" },
6009
+ {
6010
+ "name": "defaultValue",
6011
+ "description": "The default value of the form control. Primarily used for resetting the form control.",
6012
+ "type": "string"
6013
+ },
6004
6014
  { "name": "checked", "type": "boolean" },
6005
6015
  { "name": "options", "type": "linkedSelectOptions" },
6006
6016
  { "name": "linkedSelect", "type": "string" },
@@ -8332,100 +8342,6 @@
8332
8342
  ]
8333
8343
  }
8334
8344
  },
8335
- {
8336
- "name": "zn-rating",
8337
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Methods:**\n - **checkValidity(): _boolean_** - Checks the validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity()** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n- **help-text** - Text that describes how to use the rating. Alternatively, you can use the `help-text` attribute.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n- **--preview-color** - The color of the preview value. _(default: undefined)_\n- **--preview-size** - The font size of the preview value. _(default: undefined)_\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the symbols and help text.\n- **form-control-help-text** - The help text's wrapper.\n- **base** - The component's base wrapper.\n- **preview** - The value shown next to the symbols when `preview` is enabled.",
8338
- "doc-url": "",
8339
- "attributes": [
8340
- { "name": "label", "value": { "type": "string" } },
8341
- {
8342
- "name": "help-text",
8343
- "description": "The rating's help text. If you need to display HTML, use the `help-text` slot instead.",
8344
- "value": { "type": "string", "default": "''" }
8345
- },
8346
- { "name": "name", "value": { "type": "string" } },
8347
- { "name": "value", "value": { "type": "number", "default": "0" } },
8348
- { "name": "max", "value": { "type": "number", "default": "5" } },
8349
- {
8350
- "name": "precision",
8351
- "value": { "type": "number", "default": "1" }
8352
- },
8353
- {
8354
- "name": "readonly",
8355
- "value": { "type": "boolean", "default": "false" }
8356
- },
8357
- {
8358
- "name": "disabled",
8359
- "value": { "type": "boolean", "default": "false" }
8360
- },
8361
- {
8362
- "name": "preview",
8363
- "description": "Displays the value alongside the symbols, updating live as the pointer moves across them.",
8364
- "value": { "type": "boolean", "default": "false" }
8365
- },
8366
- {
8367
- "name": "size",
8368
- "value": {
8369
- "type": "'small' | 'medium' | 'large'",
8370
- "default": "'medium'"
8371
- }
8372
- },
8373
- {
8374
- "name": "getSymbol",
8375
- "value": { "type": "(value: number) => string" }
8376
- }
8377
- ],
8378
- "slots": [
8379
- { "name": "", "description": "The default slot." },
8380
- { "name": "example", "description": "An example slot." },
8381
- {
8382
- "name": "help-text",
8383
- "description": "Text that describes how to use the rating. Alternatively, you can use the `help-text` attribute."
8384
- }
8385
- ],
8386
- "events": [
8387
- { "name": "zn-event-name", "description": "Emitted as an example." }
8388
- ],
8389
- "js": {
8390
- "properties": [
8391
- { "name": "rating", "type": "HTMLElement" },
8392
- { "name": "symbols", "type": "HTMLElement" },
8393
- { "name": "label", "type": "string" },
8394
- {
8395
- "name": "helpText",
8396
- "description": "The rating's help text. If you need to display HTML, use the `help-text` slot instead.",
8397
- "type": "string"
8398
- },
8399
- { "name": "name", "type": "string" },
8400
- { "name": "value", "type": "number" },
8401
- { "name": "max", "type": "number" },
8402
- { "name": "precision", "type": "number" },
8403
- { "name": "readonly", "type": "boolean" },
8404
- { "name": "disabled", "type": "boolean" },
8405
- {
8406
- "name": "preview",
8407
- "description": "Displays the value alongside the symbols, updating live as the pointer moves across them.",
8408
- "type": "boolean"
8409
- },
8410
- { "name": "size", "type": "'small' | 'medium' | 'large'" },
8411
- { "name": "getSymbol", "type": "(value: number) => string" },
8412
- {
8413
- "name": "validity",
8414
- "description": "Gets the validity state object"
8415
- },
8416
- {
8417
- "name": "validationMessage",
8418
- "description": "Gets the validation message"
8419
- }
8420
- ],
8421
- "events": [
8422
- {
8423
- "name": "zn-event-name",
8424
- "description": "Emitted as an example."
8425
- }
8426
- ]
8427
- }
8428
- },
8429
8345
  {
8430
8346
  "name": "zn-remarkd-editor",
8431
8347
  "description": "A Notion-style block editor for remarkd content. Blocks render inline; click one to edit its source.\n---\n\n\n### **Events:**\n - **zn-input** - Emitted on each keystroke while editing a block.\n- **zn-change** - Emitted when a block edit is committed and the value changes.\n\n### **Methods:**\n - **focus()** - Starts editing the first block, or a new block if the document is empty.\n- **blur()** - Commits any in-progress block or raw edit.\n\n### **CSS Properties:**\n - **--remarkd-editor-max-height** - The tallest the editor grows before its body scrolls. Defaults to `100dvh`. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **toolbar** - The always-visible block-insert and inline-formatting toolbar.\n- **raw-toggle** - The button that switches between the block view and the raw source view.\n- **block** - A rendered block wrapper.\n- **rendered** - The rendered remarkd output of a block.\n- **conditional** - A labelled wrapper for an ifdef/ifndef/ifeval/iftrue/iffalse/ifempty/ifnempty range.\n- **variable** - A chip rendered for a document attribute, title, or bracket line.\n- **input** - The textarea shown while editing a block.\n- **raw** - The full-document textarea shown in raw source mode.\n- **slash-menu** - The `zn-slash-menu` opened by typing \"/\" in an empty block.\n- **image-controls** - The caption / alignment / size panel shown when an image block is clicked.\n- **include** - The chip rendered in place of an `include::` directive.\n- **include-picker** - The inline Include picker opened from the toolbar or \"/include\".",
@@ -8618,6 +8534,105 @@
8618
8534
  ]
8619
8535
  }
8620
8536
  },
8537
+ {
8538
+ "name": "zn-rating",
8539
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Methods:**\n - **checkValidity(): _boolean_** - Checks the validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity()** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n- **help-text** - Text that describes how to use the rating. Alternatively, you can use the `help-text` attribute.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n- **--preview-color** - The color of the preview value. _(default: undefined)_\n- **--preview-size** - The font size of the preview value. _(default: undefined)_\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the symbols and help text.\n- **form-control-help-text** - The help text's wrapper.\n- **base** - The component's base wrapper.\n- **preview** - The value shown next to the symbols when `preview` is enabled.",
8540
+ "doc-url": "",
8541
+ "attributes": [
8542
+ { "name": "label", "value": { "type": "string" } },
8543
+ {
8544
+ "name": "help-text",
8545
+ "description": "The rating's help text. If you need to display HTML, use the `help-text` slot instead.",
8546
+ "value": { "type": "string", "default": "''" }
8547
+ },
8548
+ { "name": "name", "value": { "type": "string" } },
8549
+ { "name": "value", "value": { "type": "number", "default": "0" } },
8550
+ { "name": "max", "value": { "type": "number", "default": "5" } },
8551
+ {
8552
+ "name": "precision",
8553
+ "value": { "type": "number", "default": "1" }
8554
+ },
8555
+ {
8556
+ "name": "readonly",
8557
+ "value": { "type": "boolean", "default": "false" }
8558
+ },
8559
+ {
8560
+ "name": "disabled",
8561
+ "value": { "type": "boolean", "default": "false" }
8562
+ },
8563
+ {
8564
+ "name": "preview",
8565
+ "description": "Displays the value alongside the symbols, updating live as the pointer moves across them.",
8566
+ "value": { "type": "boolean", "default": "false" }
8567
+ },
8568
+ {
8569
+ "name": "size",
8570
+ "value": {
8571
+ "type": "'small' | 'medium' | 'large'",
8572
+ "default": "'medium'"
8573
+ }
8574
+ },
8575
+ {
8576
+ "name": "getSymbol",
8577
+ "value": { "type": "(value: number) => string" }
8578
+ }
8579
+ ],
8580
+ "slots": [
8581
+ { "name": "", "description": "The default slot." },
8582
+ { "name": "example", "description": "An example slot." },
8583
+ {
8584
+ "name": "help-text",
8585
+ "description": "Text that describes how to use the rating. Alternatively, you can use the `help-text` attribute."
8586
+ }
8587
+ ],
8588
+ "events": [
8589
+ { "name": "zn-event-name", "description": "Emitted as an example." }
8590
+ ],
8591
+ "js": {
8592
+ "properties": [
8593
+ { "name": "rating", "type": "HTMLElement" },
8594
+ { "name": "symbols", "type": "HTMLElement" },
8595
+ { "name": "label", "type": "string" },
8596
+ {
8597
+ "name": "helpText",
8598
+ "description": "The rating's help text. If you need to display HTML, use the `help-text` slot instead.",
8599
+ "type": "string"
8600
+ },
8601
+ { "name": "name", "type": "string" },
8602
+ { "name": "value", "type": "number" },
8603
+ {
8604
+ "name": "defaultValue",
8605
+ "description": "The default value of the form control. Primarily used for resetting the form control.",
8606
+ "type": "number"
8607
+ },
8608
+ { "name": "max", "type": "number" },
8609
+ { "name": "precision", "type": "number" },
8610
+ { "name": "readonly", "type": "boolean" },
8611
+ { "name": "disabled", "type": "boolean" },
8612
+ {
8613
+ "name": "preview",
8614
+ "description": "Displays the value alongside the symbols, updating live as the pointer moves across them.",
8615
+ "type": "boolean"
8616
+ },
8617
+ { "name": "size", "type": "'small' | 'medium' | 'large'" },
8618
+ { "name": "getSymbol", "type": "(value: number) => string" },
8619
+ {
8620
+ "name": "validity",
8621
+ "description": "Gets the validity state object"
8622
+ },
8623
+ {
8624
+ "name": "validationMessage",
8625
+ "description": "Gets the validation message"
8626
+ }
8627
+ ],
8628
+ "events": [
8629
+ {
8630
+ "name": "zn-event-name",
8631
+ "description": "Emitted as an example."
8632
+ }
8633
+ ]
8634
+ }
8635
+ },
8621
8636
  {
8622
8637
  "name": "zn-schedule-builder",
8623
8638
  "description": "Builds a weekly opening-hours schedule as a drag-to-paint calendar or a compact list of\ntime ranges, and posts the result as JSON.\n---\n\n\n### **Events:**\n - **zn-change** - Emitted when the schedule changes.\n\n### **Methods:**\n - **checkValidity(): _boolean_** - Checks validity but does not show a validation message.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity(): _boolean_** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. Pass an empty string to restore validity.\n- **setDay(day: _ScheduleDay_, ranges: _ScheduleRange[]_)** - Replaces the hours for a single day, in the save timezone.\n- **getDay(day: _ScheduleDay_): _ScheduleRange[]_** - Reads the hours for a single day, in the save timezone.\n- **setDisplayDay(day: _ScheduleDay_, ranges: _ScheduleRange[]_)** - Replaces the hours for a single day, given in the display timezone.\n\n### **Slots:**\n - **label** - The schedule's label. Alternatively, use the `label` attribute.\n- **help-text** - Text that describes how to use the schedule. Alternatively, use the `help-text` attribute.\n\n### **CSS Properties:**\n - **--slot-height** - The height of a single time slot in the calendar. Defaults to `18px`. _(default: undefined)_\n- **--gutter-width** - The width of the calendar's time gutter. Defaults to `64px`. _(default: undefined)_\n- **--open-color** - The fill used for open hours. _(default: undefined)_\n- **--reduced-color** - The fill used for hours an exception removes. _(default: undefined)_\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the builder, label and help text.\n- **base** - The component's base wrapper.\n- **toolbar** - The row above the builder holding the hint, legend and view toggle.\n- **calendar** - The calendar view wrapper.\n- **list** - The form (list) view wrapper.\n- **summary** - The summary panel beside the calendar.",
package/dist/zn.d.ts CHANGED
@@ -3138,6 +3138,8 @@ declare module "components/data-select/data-select.component" {
3138
3138
  name: string;
3139
3139
  /** The value of the select. Used for form submission. When `multiple` is enabled, this is an array of strings. */
3140
3140
  value: string | string[];
3141
+ /** The default value of the form control. Primarily used for resetting the form control. */
3142
+ defaultValue: string | string[];
3141
3143
  /** The provider of the select. */
3142
3144
  provider: 'color' | 'currency' | 'country' | 'phone' | 'us-state';
3143
3145
  /** The position of the icon. */
@@ -7390,6 +7392,8 @@ declare module "components/linked-select/linked-select.component" {
7390
7392
  static styles: CSSResultGroup;
7391
7393
  name: string;
7392
7394
  value: string;
7395
+ /** The default value of the form control. Primarily used for resetting the form control. */
7396
+ defaultValue: string;
7393
7397
  checked: boolean;
7394
7398
  options: linkedSelectOptions;
7395
7399
  linkedSelect: string;
@@ -7610,6 +7614,8 @@ declare module "components/rating/rating.component" {
7610
7614
  helpText: string;
7611
7615
  name: string;
7612
7616
  value: number;
7617
+ /** The default value of the form control. Primarily used for resetting the form control. */
7618
+ defaultValue: number;
7613
7619
  max: number;
7614
7620
  precision: number;
7615
7621
  readonly: boolean;