-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replace
props.modelValue
& emits.update:ModelValue
with `define…
…Model()` * directly pass through `v-model="modelValue"` to the root element `<select>` - remove unnecessary validation around `($event.target as HTMLSelectElement).value` since it should always be a string on modern browsers @ `<TimeGranularity>`, `<SelectRange>`, `<InputTextMatchParam>` * fix the value of `inputName` losing reactivity from props @ `<InputTextMatchParam>` * rename `props.placeholders.single` to `equals` @ `<InputNumericParam>` * enable `options.inheritAttrs` to remove the optional prop `id` and force its usages explicitly set it @ `<Time(Range|Granularity)>` * remove `readonly` modifier on type of `props.granularities` over its usage @ `<TimeGranularity>` * now will validate the value of emitting event `paramChange` over pre-defined keys in `paramsGroup` @ `<SelectParam>` * rename exported `emitEventNumValidator()` to `emitEventWithNumberValidator()` - no longer used `emitEventStrValidator()` @ shared/index.ts * opt-in experimental `defineModel()` marco: vuejs/rfcs#503 @ vite.config.ts @ fe
- Loading branch information
Showing
11 changed files
with
50 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters