@morscherlab/mint-sdk 1.0.0-rc.4 → 1.0.0-rc.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/dist/__tests__/components/AppTopBar.navigation.test.d.ts +1 -0
- package/dist/__tests__/components/DoseCalculatorVolumeField.test.d.ts +1 -0
- package/dist/__tests__/components/PlateMapEditorToolbarInternal.test.d.ts +1 -0
- package/dist/__tests__/components/PluginWorkspaceView.controls.test.d.ts +1 -0
- package/dist/__tests__/components/PluginWorkspaceView.navigation.test.d.ts +1 -0
- package/dist/__tests__/components/PluginWorkspaceView.shell.test.d.ts +1 -0
- package/dist/__tests__/components/ProtocolStep.presentation.test.d.ts +1 -0
- package/dist/__tests__/components/ProtocolStepEditor.state.test.d.ts +1 -0
- package/dist/__tests__/components/ProtocolStepParameterField.test.d.ts +1 -0
- package/dist/__tests__/components/ReagentList.presentation.test.d.ts +1 -0
- package/dist/__tests__/components/SampleSelector.colors.test.d.ts +1 -0
- package/dist/__tests__/components/SampleSelector.drag.test.d.ts +1 -0
- package/dist/__tests__/components/SampleSelector.groups.test.d.ts +1 -0
- package/dist/__tests__/components/SampleSelector.selection.test.d.ts +1 -0
- package/dist/__tests__/components/SampleSelectorSampleRow.test.d.ts +1 -0
- package/dist/__tests__/components/ScheduleCalendar.test.d.ts +1 -0
- package/dist/__tests__/components/SettingsModal.schema.test.d.ts +1 -0
- package/dist/__tests__/components/WellPlate.colors.test.d.ts +1 -0
- package/dist/__tests__/components/WellPlate.conditions.test.d.ts +1 -0
- package/dist/__tests__/components/WellPlate.geometry.test.d.ts +1 -0
- package/dist/__tests__/components/WellPlate.interaction.test.d.ts +1 -0
- package/dist/__tests__/components/WellPlate.legend.test.d.ts +1 -0
- package/dist/__tests__/components/WellPlate.rendering.test.d.ts +1 -0
- package/dist/__tests__/components/WellPlate.sampleDrop.test.d.ts +1 -0
- package/dist/__tests__/composables/autoGroup/classify.test.d.ts +1 -0
- package/dist/__tests__/composables/autoGroup/columns.test.d.ts +1 -0
- package/dist/__tests__/composables/autoGroup/compose.test.d.ts +1 -0
- package/dist/__tests__/composables/autoGroup/cooccurrence.test.d.ts +1 -0
- package/dist/__tests__/composables/autoGroup/fingerprint.test.d.ts +1 -0
- package/dist/__tests__/composables/autoGroup/integration.test.d.ts +1 -0
- package/dist/__tests__/composables/autoGroup/template.test.d.ts +1 -0
- package/dist/__tests__/composables/autoGroup/tokenize.test.d.ts +1 -0
- package/dist/__tests__/composables/useAutoGroupInputSources.test.d.ts +1 -0
- package/dist/__tests__/composables/useScheduleCalendarLayout.test.d.ts +1 -0
- package/dist/__tests__/docs/extractDocsComponents.test.d.ts +1 -0
- package/dist/__tests__/docs/extractDocsExports.test.d.ts +1 -0
- package/dist/__tests__/docs/extractDocsParsing.test.d.ts +1 -0
- package/dist/__tests__/docs/extractDocsTemplates.test.d.ts +1 -0
- package/dist/__tests__/docs/extractDocsTheme.test.d.ts +1 -0
- package/dist/components/AppSidebar.vue.d.ts +9 -6
- package/dist/components/AppTopBar.navigation.d.ts +11 -0
- package/dist/components/BaseButton.vue.d.ts +1 -1
- package/dist/components/BaseCheckbox.vue.d.ts +7 -2
- package/dist/components/BaseInput.vue.d.ts +2 -2
- package/dist/components/BasePill.vue.d.ts +2 -2
- package/dist/components/BaseRadioGroup.vue.d.ts +2 -2
- package/dist/components/BaseSelect.vue.d.ts +1 -1
- package/dist/components/BaseSlider.vue.d.ts +2 -2
- package/dist/components/BaseTextarea.vue.d.ts +2 -2
- package/dist/components/BaseToggle.vue.d.ts +7 -2
- package/dist/components/BioTemplateExperimentWorkspaceView.vue.d.ts +2 -2
- package/dist/components/BioTemplatePackWorkspaceView.vue.d.ts +1 -1
- package/dist/components/CollapsibleCard.vue.d.ts +9 -0
- package/dist/components/ColorSlider.vue.d.ts +2 -2
- package/dist/components/ConcentrationInput.vue.d.ts +2 -2
- package/dist/components/ControlWorkspaceView.vue.d.ts +4 -4
- package/dist/components/DatePicker.vue.d.ts +1 -1
- package/dist/components/DateTimePicker.vue.d.ts +2 -2
- package/dist/components/DoseCalculatorVolumeField.vue.d.ts +15 -0
- package/dist/components/DoseDesignWorkspaceView.vue.d.ts +2 -2
- package/dist/components/DropdownButton.vue.d.ts +1 -1
- package/dist/components/FileUploader.vue.d.ts +2 -2
- package/dist/components/FormulaInput.vue.d.ts +2 -2
- package/dist/components/IconButton.vue.d.ts +1 -1
- package/dist/components/LoadingSpinner.vue.d.ts +1 -1
- package/dist/components/MoleculeInput.vue.d.ts +2 -2
- package/dist/components/MultiSelect.vue.d.ts +1 -1
- package/dist/components/NumberInput.vue.d.ts +1 -1
- package/dist/components/PlateMapEditor.vue.d.ts +6 -6
- package/dist/components/PluginWorkspaceView.controls.d.ts +28 -0
- package/dist/components/PluginWorkspaceView.navigation.d.ts +29 -0
- package/dist/components/PluginWorkspaceView.props.d.ts +151 -0
- package/dist/components/PluginWorkspaceView.shell.d.ts +19 -0
- package/dist/components/PluginWorkspaceView.vue.d.ts +51 -196
- package/dist/components/ProgressBar.vue.d.ts +1 -1
- package/dist/components/ProtocolStep.presentation.d.ts +4 -0
- package/dist/components/ProtocolStepEditor.state.d.ts +18 -0
- package/dist/components/ProtocolStepParameterField.vue.d.ts +12 -0
- package/dist/components/ReagentList.presentation.d.ts +16 -0
- package/dist/components/ResourceCard.vue.d.ts +1 -1
- package/dist/components/SampleSelector.colors.d.ts +13 -0
- package/dist/components/SampleSelector.drag.d.ts +24 -0
- package/dist/components/SampleSelector.groups.d.ts +15 -0
- package/dist/components/SampleSelector.selection.d.ts +26 -0
- package/dist/components/SampleSelector.vue.d.ts +4 -1
- package/dist/components/SampleSelectorSampleRow.vue.d.ts +21 -0
- package/dist/components/SegmentedControl.vue.d.ts +1 -1
- package/dist/components/SequenceInput.vue.d.ts +2 -2
- package/dist/components/SequenceProgressBar.vue.d.ts +1 -1
- package/dist/components/SettingsModal.schema.d.ts +9 -0
- package/dist/components/StatusIndicator.vue.d.ts +1 -1
- package/dist/components/TagsInput.vue.d.ts +2 -2
- package/dist/components/TimePicker.vue.d.ts +2 -2
- package/dist/components/TimeRangeInput.vue.d.ts +1 -1
- package/dist/components/UnitInput.vue.d.ts +2 -2
- package/dist/components/WellPlate.colors.d.ts +9 -0
- package/dist/components/WellPlate.conditions.d.ts +26 -0
- package/dist/components/WellPlate.geometry.d.ts +23 -0
- package/dist/components/WellPlate.interaction.d.ts +71 -0
- package/dist/components/WellPlate.legend.d.ts +2 -0
- package/dist/components/WellPlate.rendering.d.ts +24 -0
- package/dist/components/WellPlate.sampleDrop.d.ts +8 -0
- package/dist/components/WellPlate.vue.d.ts +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/internal/ActionItemInternal.vue.d.ts +1 -1
- package/dist/components/internal/PlateMapEditorToolbarInternal.vue.d.ts +28 -0
- package/dist/{components-DafPc4rM.js → components-Blx4MG--.js} +4073 -4222
- package/dist/components-Blx4MG--.js.map +1 -0
- package/dist/composables/autoGroup/classKey.d.ts +4 -0
- package/dist/composables/autoGroup/classify.d.ts +28 -0
- package/dist/composables/autoGroup/colors.d.ts +2 -0
- package/dist/composables/autoGroup/columns.d.ts +10 -0
- package/dist/composables/autoGroup/compose.d.ts +8 -0
- package/dist/composables/autoGroup/cooccurrence.d.ts +2 -0
- package/dist/composables/autoGroup/csv-shim.d.ts +2 -0
- package/dist/composables/autoGroup/fingerprint.d.ts +3 -0
- package/dist/composables/autoGroup/index.d.ts +16 -0
- package/dist/composables/autoGroup/replicatePreGroup.d.ts +38 -0
- package/dist/composables/autoGroup/template.d.ts +15 -0
- package/dist/composables/autoGroup/tokenize.d.ts +8 -0
- package/dist/composables/autoGroupConstants.d.ts +1 -0
- package/dist/composables/autoGroupGrouping.d.ts +3 -0
- package/dist/composables/controlComponentBindings.d.ts +1 -1
- package/dist/composables/controlSchemaAdapters.d.ts +1 -1
- package/dist/composables/controlSchemaDoseDesign.d.ts +11 -0
- package/dist/composables/controlSchemaLayout.d.ts +1 -1
- package/dist/composables/controlSchemaModel.d.ts +5 -0
- package/dist/composables/controlSchemaNormalize.d.ts +1 -1
- package/dist/composables/controlSchemaTypes.d.ts +311 -0
- package/dist/composables/controlWorkspaceOptions.d.ts +1 -1
- package/dist/composables/formBuilderSchema.d.ts +18 -0
- package/dist/composables/index.js +3 -3
- package/dist/composables/pluginEndpointBuilder.d.ts +13 -0
- package/dist/composables/protocolTemplateCatalog.d.ts +26 -0
- package/dist/composables/useAutoGroup.d.ts +61 -74
- package/dist/composables/useAutoGroupInputSources.d.ts +32 -0
- package/dist/composables/useBioTemplateControls.d.ts +1 -1
- package/dist/composables/useBioTemplatePresetWorkspace.d.ts +1 -1
- package/dist/composables/useBioTemplateWorkspace.d.ts +1 -1
- package/dist/composables/useControlSchema.d.ts +4 -316
- package/dist/composables/useControlWorkspace.d.ts +1 -1
- package/dist/composables/useForm.d.ts +2 -33
- package/dist/composables/useFormBuilder.d.ts +2 -9
- package/dist/composables/useFormValidation.d.ts +34 -0
- package/dist/composables/usePluginClient.d.ts +1 -4
- package/dist/composables/useProtocolTemplates.d.ts +2 -24
- package/dist/composables/useScheduleCalendarLayout.d.ts +49 -0
- package/dist/{composables-BMkPQhVK.js → composables-CHDjDIQT.js} +33 -31
- package/dist/composables-CHDjDIQT.js.map +1 -0
- package/dist/index.js +4 -4
- package/dist/install.js +2 -2
- package/dist/styles.css +1432 -660
- package/dist/templates/controlSchemaTypes.d.ts +1 -1
- package/dist/templates/index.js +1 -1
- package/dist/templates/templateAdapterTypes.d.ts +48 -0
- package/dist/templates/templateCreateOptions.d.ts +165 -0
- package/dist/templates/templateQpcrTypes.d.ts +42 -0
- package/dist/templates/types.d.ts +5 -250
- package/dist/{templates-bUAWMn5L.js → templates-DSbHJC4v.js} +1536 -297
- package/dist/templates-DSbHJC4v.js.map +1 -0
- package/dist/types/auto-group.d.ts +79 -9
- package/dist/types/componentLabTypes.d.ts +161 -0
- package/dist/types/componentWorkflowTypes.d.ts +150 -0
- package/dist/types/components.d.ts +14 -311
- package/dist/types/form-builder.d.ts +3 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/{useProtocolTemplates-QZtHFFH2.js → useProtocolTemplates-BbPOYPzO.js} +1220 -454
- package/dist/useProtocolTemplates-BbPOYPzO.js.map +1 -0
- package/package.json +1 -1
- package/src/__tests__/components/AppSidebar.test.ts +67 -0
- package/src/__tests__/components/AppTopBar.navigation.test.ts +70 -0
- package/src/__tests__/components/CollapsibleCard.test.ts +47 -0
- package/src/__tests__/components/DoseCalculatorVolumeField.test.ts +53 -0
- package/src/__tests__/components/FormBuilder.test.ts +57 -0
- package/src/__tests__/components/PlateMapEditorToolbarInternal.test.ts +54 -0
- package/src/__tests__/components/PluginWorkspaceView.controls.test.ts +156 -0
- package/src/__tests__/components/PluginWorkspaceView.navigation.test.ts +102 -0
- package/src/__tests__/components/PluginWorkspaceView.shell.test.ts +43 -0
- package/src/__tests__/components/ProtocolStep.presentation.test.ts +31 -0
- package/src/__tests__/components/ProtocolStepEditor.state.test.ts +165 -0
- package/src/__tests__/components/ProtocolStepParameterField.test.ts +44 -0
- package/src/__tests__/components/ReagentList.presentation.test.ts +68 -0
- package/src/__tests__/components/SampleSelector.colors.test.ts +49 -0
- package/src/__tests__/components/SampleSelector.drag.test.ts +100 -0
- package/src/__tests__/components/SampleSelector.groups.test.ts +81 -0
- package/src/__tests__/components/SampleSelector.selection.test.ts +70 -0
- package/src/__tests__/components/SampleSelector.test.ts +32 -0
- package/src/__tests__/components/SampleSelectorSampleRow.test.ts +37 -0
- package/src/__tests__/components/ScheduleCalendar.test.ts +44 -0
- package/src/__tests__/components/SettingsModal.schema.test.ts +97 -0
- package/src/__tests__/components/WellPlate.colors.test.ts +28 -0
- package/src/__tests__/components/WellPlate.conditions.test.ts +68 -0
- package/src/__tests__/components/WellPlate.geometry.test.ts +54 -0
- package/src/__tests__/components/WellPlate.interaction.test.ts +171 -0
- package/src/__tests__/components/WellPlate.legend.test.ts +13 -0
- package/src/__tests__/components/WellPlate.rendering.test.ts +122 -0
- package/src/__tests__/components/WellPlate.sampleDrop.test.ts +70 -0
- package/src/__tests__/composables/autoGroup/classify.test.ts +107 -0
- package/src/__tests__/composables/autoGroup/columns.test.ts +135 -0
- package/src/__tests__/composables/autoGroup/compose.test.ts +227 -0
- package/src/__tests__/composables/autoGroup/cooccurrence.test.ts +91 -0
- package/src/__tests__/composables/autoGroup/fingerprint.test.ts +50 -0
- package/src/__tests__/composables/autoGroup/integration.test.ts +79 -0
- package/src/__tests__/composables/autoGroup/template.test.ts +70 -0
- package/src/__tests__/composables/autoGroup/tokenize.test.ts +33 -0
- package/src/__tests__/composables/useAutoGroup.test.ts +129 -625
- package/src/__tests__/composables/useAutoGroupInputSources.test.ts +107 -0
- package/src/__tests__/composables/useControlSchema.test.ts +23 -0
- package/src/__tests__/composables/useScheduleCalendarLayout.test.ts +89 -0
- package/src/__tests__/docs/extractDocsComponents.test.ts +142 -0
- package/src/__tests__/docs/extractDocsExports.test.ts +77 -0
- package/src/__tests__/docs/extractDocsParsing.test.ts +69 -0
- package/src/__tests__/docs/extractDocsTemplates.test.ts +54 -0
- package/src/__tests__/docs/extractDocsTheme.test.ts +89 -0
- package/src/__tests__/docs/frontendDocsCatalog.test.ts +1 -1
- package/src/__tests__/fixtures/auto-group/mixed-lc-ms-batch.txt +187 -0
- package/src/components/AppSidebar.story.vue +79 -6
- package/src/components/AppSidebar.vue +74 -6
- package/src/components/AppTopBar.navigation.ts +62 -0
- package/src/components/AppTopBar.vue +17 -44
- package/src/components/AutoGroupModal.story.vue +50 -0
- package/src/components/AutoGroupModal.vue +441 -158
- package/src/components/BaseCheckbox.story.vue +27 -0
- package/src/components/BaseCheckbox.vue +63 -1
- package/src/components/BaseToggle.story.vue +27 -0
- package/src/components/BaseToggle.vue +66 -1
- package/src/components/CollapsibleCard.vue +123 -45
- package/src/components/ControlWorkspaceView.vue +2 -6
- package/src/components/DoseCalculator.vue +13 -73
- package/src/components/DoseCalculatorVolumeField.vue +61 -0
- package/src/components/ExperimentTimeline.vue +6 -31
- package/src/components/FormBuilder.story.vue +13 -0
- package/src/components/FormBuilder.vue +2 -7
- package/src/components/PlateMapEditor.vue +32 -106
- package/src/components/PluginWorkspaceView.controls.ts +182 -0
- package/src/components/PluginWorkspaceView.navigation.ts +106 -0
- package/src/components/PluginWorkspaceView.props.ts +174 -0
- package/src/components/PluginWorkspaceView.shell.ts +67 -0
- package/src/components/PluginWorkspaceView.vue +88 -404
- package/src/components/ProtocolStep.presentation.ts +31 -0
- package/src/components/ProtocolStepEditor.state.ts +104 -0
- package/src/components/ProtocolStepEditor.vue +48 -179
- package/src/components/ProtocolStepParameterField.vue +134 -0
- package/src/components/ReagentList.presentation.ts +105 -0
- package/src/components/ReagentList.vue +16 -79
- package/src/components/SampleSelector.colors.ts +43 -0
- package/src/components/SampleSelector.drag.ts +164 -0
- package/src/components/SampleSelector.groups.ts +109 -0
- package/src/components/SampleSelector.selection.ts +103 -0
- package/src/components/SampleSelector.vue +82 -349
- package/src/components/SampleSelectorSampleRow.vue +64 -0
- package/src/components/ScheduleCalendar.vue +44 -199
- package/src/components/SettingsModal.schema.ts +71 -0
- package/src/components/SettingsModal.vue +16 -46
- package/src/components/WellPlate.colors.ts +56 -0
- package/src/components/WellPlate.conditions.ts +100 -0
- package/src/components/WellPlate.geometry.ts +91 -0
- package/src/components/WellPlate.interaction.ts +272 -0
- package/src/components/WellPlate.legend.ts +8 -0
- package/src/components/WellPlate.rendering.ts +105 -0
- package/src/components/WellPlate.sampleDrop.ts +73 -0
- package/src/components/WellPlate.vue +102 -550
- package/src/components/internal/FormFieldRendererInternal.vue +23 -5
- package/src/components/internal/PlateMapEditorToolbarInternal.vue +128 -0
- package/src/composables/autoGroup/classKey.ts +5 -0
- package/src/composables/autoGroup/classify.ts +205 -0
- package/src/composables/autoGroup/colors.ts +6 -0
- package/src/composables/autoGroup/columns.ts +226 -0
- package/src/composables/autoGroup/compose.ts +156 -0
- package/src/composables/autoGroup/cooccurrence.ts +46 -0
- package/src/composables/autoGroup/csv-shim.ts +44 -0
- package/src/composables/autoGroup/fingerprint.ts +49 -0
- package/src/composables/autoGroup/index.ts +20 -0
- package/src/composables/autoGroup/replicatePreGroup.ts +90 -0
- package/src/composables/autoGroup/template.ts +126 -0
- package/src/composables/autoGroup/tokenize.ts +41 -0
- package/src/composables/autoGroup/vocab.json +67 -0
- package/src/composables/autoGroupConstants.ts +4 -0
- package/src/composables/autoGroupGrouping.ts +148 -0
- package/src/composables/controlComponentBindings.ts +1 -1
- package/src/composables/controlSchemaAdapters.ts +4 -1
- package/src/composables/controlSchemaDoseDesign.ts +215 -0
- package/src/composables/controlSchemaFormFields.ts +4 -1
- package/src/composables/controlSchemaLayout.ts +1 -1
- package/src/composables/controlSchemaModel.ts +163 -0
- package/src/composables/controlSchemaNormalize.ts +1 -1
- package/src/composables/controlSchemaTypes.ts +372 -0
- package/src/composables/controlWorkspaceOptions.ts +1 -1
- package/src/composables/formBuilderSchema.ts +153 -0
- package/src/composables/pluginEndpointBuilder.ts +203 -0
- package/src/composables/protocolTemplateCatalog.ts +325 -0
- package/src/composables/useAutoGroup.ts +395 -549
- package/src/composables/useAutoGroupInputSources.ts +147 -0
- package/src/composables/useBioTemplateControls.ts +1 -1
- package/src/composables/useBioTemplatePresetWorkspace.ts +1 -1
- package/src/composables/useBioTemplateWorkspace.ts +1 -1
- package/src/composables/useControlSchema.ts +21 -692
- package/src/composables/useControlWorkspace.ts +7 -13
- package/src/composables/useForm.ts +5 -187
- package/src/composables/useFormBuilder.ts +11 -153
- package/src/composables/useFormValidation.ts +154 -0
- package/src/composables/usePluginClient.ts +10 -193
- package/src/composables/useProtocolTemplates.ts +10 -328
- package/src/composables/useScheduleCalendarLayout.ts +287 -0
- package/src/styles/components/app-sidebar.css +134 -6
- package/src/styles/components/auto-group-modal.css +248 -310
- package/src/styles/components/checkbox.css +87 -0
- package/src/styles/components/collapsible-card.css +154 -14
- package/src/styles/components/toggle.css +80 -0
- package/src/templates/controlSchemaTypes.ts +1 -1
- package/src/templates/templateAdapterTypes.ts +58 -0
- package/src/templates/templateCreateOptions.ts +208 -0
- package/src/templates/templateQpcrTypes.ts +48 -0
- package/src/templates/types.ts +79 -275
- package/src/types/auto-group.ts +107 -9
- package/src/types/componentLabTypes.ts +235 -0
- package/src/types/componentWorkflowTypes.ts +190 -0
- package/src/types/components.ts +95 -424
- package/src/types/form-builder.ts +3 -0
- package/src/types/index.ts +2 -0
- package/dist/components-DafPc4rM.js.map +0 -1
- package/dist/composables-BMkPQhVK.js.map +0 -1
- package/dist/templates-bUAWMn5L.js.map +0 -1
- package/dist/useProtocolTemplates-QZtHFFH2.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -90,6 +90,7 @@ declare function __VLS_template(): {
|
|
|
90
90
|
expand: typeof expandCollapsed;
|
|
91
91
|
}): any;
|
|
92
92
|
footer?(_: {}): any;
|
|
93
|
+
'collapsed-footer'?(_: {}): any;
|
|
93
94
|
};
|
|
94
95
|
refs: {};
|
|
95
96
|
rootEl: HTMLElement;
|
|
@@ -100,6 +101,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
100
101
|
"update:values": (values: Record<string, unknown>) => any;
|
|
101
102
|
"update:toggle": (sectionId: string, value: boolean) => any;
|
|
102
103
|
"update:collapsed": (value: boolean) => any;
|
|
104
|
+
"section-action": (sectionId: string, actionId: string) => any;
|
|
103
105
|
"form-submit": (sectionId: string, values: Record<string, unknown>) => any;
|
|
104
106
|
"form-cancel": (sectionId: string) => any;
|
|
105
107
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
@@ -107,27 +109,28 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
107
109
|
"onUpdate:values"?: ((values: Record<string, unknown>) => any) | undefined;
|
|
108
110
|
"onUpdate:toggle"?: ((sectionId: string, value: boolean) => any) | undefined;
|
|
109
111
|
"onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
|
|
112
|
+
"onSection-action"?: ((sectionId: string, actionId: string) => any) | undefined;
|
|
110
113
|
"onForm-submit"?: ((sectionId: string, values: Record<string, unknown>) => any) | undefined;
|
|
111
114
|
"onForm-cancel"?: ((sectionId: string) => any) | undefined;
|
|
112
115
|
}>, {
|
|
113
116
|
values: Record<string, unknown>;
|
|
114
117
|
modelValue: Record<string, unknown>;
|
|
115
118
|
title: string;
|
|
116
|
-
variant: "default" | "analysis";
|
|
117
119
|
width: string;
|
|
120
|
+
floating: boolean;
|
|
121
|
+
variant: "default" | "analysis";
|
|
118
122
|
subtitle: string;
|
|
123
|
+
badge: string | number;
|
|
119
124
|
controlOptions: ControlWorkspaceOptions;
|
|
120
125
|
model: ControlModel | ControlModelBinding;
|
|
121
|
-
activeView: string;
|
|
122
|
-
panels: Record<string, SidebarToolSection[]>;
|
|
123
|
-
forms: Record<string, FormSchema>;
|
|
124
126
|
viewIds: string[];
|
|
125
127
|
viewItems: PillNavItem[];
|
|
126
128
|
defaultView: string;
|
|
129
|
+
activeView: string;
|
|
130
|
+
panels: Record<string, SidebarToolSection[]>;
|
|
131
|
+
forms: Record<string, FormSchema>;
|
|
127
132
|
dense: boolean;
|
|
128
133
|
collapsible: boolean;
|
|
129
|
-
badge: string | number;
|
|
130
|
-
floating: boolean;
|
|
131
134
|
side: "left" | "right";
|
|
132
135
|
toggleState: Record<string, boolean>;
|
|
133
136
|
contentId: string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PageSelectorItem } from '../types/components';
|
|
2
|
+
import { PluginNavItem } from '../types/platform';
|
|
3
|
+
export interface PluginNavPageSelectorOptions {
|
|
4
|
+
pluginIcon?: string;
|
|
5
|
+
pluginName?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function normalizeNavPath(path?: string): string;
|
|
8
|
+
export declare function pageIdFromPath(path: string, fallback: string): string;
|
|
9
|
+
export declare function pluginNavItemToPageSelectorItem(item: PluginNavItem, index: number, options?: PluginNavPageSelectorOptions): PageSelectorItem;
|
|
10
|
+
export declare function currentPagePath(pathname: string | undefined, routePrefix?: string): string | undefined;
|
|
11
|
+
export declare function currentItemIdFromLocation(pages: Array<Pick<PageSelectorItem, 'id' | 'to' | 'href'>>, pathname: string | undefined, routePrefix?: string): string | undefined;
|
|
@@ -21,9 +21,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
21
21
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
22
22
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
|
+
disabled: boolean;
|
|
24
25
|
size: ButtonSize;
|
|
25
26
|
type: "button" | "submit" | "reset";
|
|
26
|
-
disabled: boolean;
|
|
27
27
|
variant: ButtonVariant;
|
|
28
28
|
loading: boolean;
|
|
29
29
|
fullWidth: boolean;
|
|
@@ -1,17 +1,22 @@
|
|
|
1
|
-
/** Renders a styled checkbox with an optional label, size variants, and disabled state. */
|
|
2
1
|
interface Props {
|
|
3
2
|
modelValue?: boolean;
|
|
4
3
|
label?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
icon?: string | string[];
|
|
6
|
+
iconColor?: string;
|
|
7
|
+
iconBg?: string;
|
|
5
8
|
disabled?: boolean;
|
|
6
9
|
size?: 'sm' | 'md' | 'lg';
|
|
10
|
+
variant?: 'default' | 'row';
|
|
7
11
|
}
|
|
8
12
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
13
|
"update:modelValue": (value: boolean) => any;
|
|
10
14
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
11
15
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
12
16
|
}>, {
|
|
13
|
-
size: "sm" | "md" | "lg";
|
|
14
17
|
disabled: boolean;
|
|
18
|
+
size: "sm" | "md" | "lg";
|
|
15
19
|
modelValue: boolean;
|
|
20
|
+
variant: "default" | "row";
|
|
16
21
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
17
22
|
export default _default;
|
|
@@ -25,10 +25,10 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
25
25
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
26
26
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
27
27
|
}>, {
|
|
28
|
+
disabled: boolean;
|
|
29
|
+
error: boolean;
|
|
28
30
|
size: "sm" | "md" | "lg";
|
|
29
31
|
type: InputType;
|
|
30
|
-
disabled: boolean;
|
|
31
32
|
readonly: boolean;
|
|
32
|
-
error: boolean;
|
|
33
33
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLInputElement>;
|
|
34
34
|
export default _default;
|
|
@@ -41,11 +41,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
41
41
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
42
42
|
onRemove?: (() => any) | undefined;
|
|
43
43
|
}>, {
|
|
44
|
-
size: PillSize;
|
|
45
44
|
disabled: boolean;
|
|
45
|
+
size: PillSize;
|
|
46
|
+
icon: boolean;
|
|
46
47
|
color: PillColor;
|
|
47
48
|
variant: PillVariant;
|
|
48
|
-
icon: boolean;
|
|
49
49
|
removable: boolean;
|
|
50
50
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
51
51
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -13,9 +13,9 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
|
-
size: "sm" | "md" | "lg";
|
|
17
16
|
disabled: boolean;
|
|
18
|
-
|
|
17
|
+
size: "sm" | "md" | "lg";
|
|
19
18
|
variant: "list" | "tile";
|
|
19
|
+
direction: "horizontal" | "vertical";
|
|
20
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
21
|
export default _default;
|
|
@@ -13,8 +13,8 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
|
-
size: "sm" | "md" | "lg";
|
|
17
16
|
disabled: boolean;
|
|
18
17
|
error: boolean;
|
|
18
|
+
size: "sm" | "md" | "lg";
|
|
19
19
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
20
|
export default _default;
|
|
@@ -12,10 +12,10 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
12
12
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
13
13
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
|
-
|
|
15
|
+
disabled: boolean;
|
|
16
16
|
min: number;
|
|
17
17
|
max: number;
|
|
18
|
-
|
|
18
|
+
size: "sm" | "md" | "lg";
|
|
19
19
|
step: number;
|
|
20
20
|
showValue: boolean;
|
|
21
21
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -20,10 +20,10 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
20
20
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
21
21
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
22
22
|
}>, {
|
|
23
|
-
size: "sm" | "md" | "lg";
|
|
24
23
|
disabled: boolean;
|
|
25
|
-
readonly: boolean;
|
|
26
24
|
error: boolean;
|
|
25
|
+
size: "sm" | "md" | "lg";
|
|
26
|
+
readonly: boolean;
|
|
27
27
|
rows: number;
|
|
28
28
|
resize: "none" | "vertical" | "horizontal" | "both";
|
|
29
29
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTextAreaElement>;
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
/** Renders an on/off toggle switch with label, size, and keyboard interaction support. */
|
|
2
1
|
interface Props {
|
|
3
2
|
modelValue?: boolean;
|
|
4
3
|
label?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
icon?: string | string[];
|
|
6
|
+
iconColor?: string;
|
|
7
|
+
iconBg?: string;
|
|
5
8
|
disabled?: boolean;
|
|
6
9
|
size?: 'sm' | 'md' | 'lg';
|
|
7
10
|
reverse?: boolean;
|
|
11
|
+
variant?: 'default' | 'row';
|
|
8
12
|
}
|
|
9
13
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
14
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -12,8 +16,9 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
12
16
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
13
17
|
}>, {
|
|
14
18
|
reverse: boolean;
|
|
15
|
-
size: "sm" | "md" | "lg";
|
|
16
19
|
disabled: boolean;
|
|
20
|
+
size: "sm" | "md" | "lg";
|
|
17
21
|
modelValue: boolean;
|
|
22
|
+
variant: "default" | "row";
|
|
18
23
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
24
|
export default _default;
|
|
@@ -92,10 +92,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
92
92
|
onLoad?: (() => any) | undefined;
|
|
93
93
|
onSave?: (() => any) | undefined;
|
|
94
94
|
}>, {
|
|
95
|
-
readonly: boolean;
|
|
96
95
|
error: string | null;
|
|
97
|
-
message: string;
|
|
98
96
|
status: TemplateWorkspaceStatus;
|
|
97
|
+
readonly: boolean;
|
|
98
|
+
message: string;
|
|
99
99
|
actions: TemplateWorkspaceActions;
|
|
100
100
|
loading: boolean;
|
|
101
101
|
dense: boolean;
|
|
@@ -70,9 +70,9 @@ declare function __VLS_template(): {
|
|
|
70
70
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
71
71
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
72
72
|
label: string;
|
|
73
|
+
status: PackWorkspaceStatus;
|
|
73
74
|
readonly: boolean;
|
|
74
75
|
message: string;
|
|
75
|
-
status: PackWorkspaceStatus;
|
|
76
76
|
actions: PackWorkspaceActions;
|
|
77
77
|
dense: boolean;
|
|
78
78
|
workspace: UseBioTemplatePackWorkspaceReturn;
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
+
import { SidebarBadgeTone, SidebarToolSectionAction } from '../types';
|
|
1
2
|
interface Props {
|
|
2
3
|
title: string;
|
|
3
4
|
subtitle?: string;
|
|
5
|
+
badge?: string | number;
|
|
6
|
+
badgeTone?: SidebarBadgeTone;
|
|
4
7
|
defaultOpen?: boolean;
|
|
5
8
|
disabled?: boolean;
|
|
6
9
|
dense?: boolean;
|
|
7
10
|
icon?: string | string[];
|
|
8
11
|
iconColor?: string;
|
|
9
12
|
iconBg?: string;
|
|
13
|
+
actions?: SidebarToolSectionAction[];
|
|
10
14
|
showToggle?: boolean;
|
|
11
15
|
toggleValue?: boolean;
|
|
12
16
|
toggleColor?: string;
|
|
@@ -21,11 +25,16 @@ declare function __VLS_template(): {
|
|
|
21
25
|
};
|
|
22
26
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
23
27
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
+
action: (actionId: string) => any;
|
|
24
29
|
"update:toggleValue": (value: boolean) => any;
|
|
25
30
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
31
|
+
onAction?: ((actionId: string) => any) | undefined;
|
|
26
32
|
"onUpdate:toggleValue"?: ((value: boolean) => any) | undefined;
|
|
27
33
|
}>, {
|
|
28
34
|
disabled: boolean;
|
|
35
|
+
badge: string | number;
|
|
36
|
+
badgeTone: SidebarBadgeTone;
|
|
37
|
+
actions: SidebarToolSectionAction[];
|
|
29
38
|
defaultOpen: boolean;
|
|
30
39
|
showToggle: boolean;
|
|
31
40
|
dense: boolean;
|
|
@@ -23,10 +23,10 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
23
23
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
24
24
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
25
25
|
}>, {
|
|
26
|
-
|
|
26
|
+
disabled: boolean;
|
|
27
27
|
min: number;
|
|
28
28
|
max: number;
|
|
29
|
-
|
|
29
|
+
size: "sm" | "md" | "lg";
|
|
30
30
|
step: number;
|
|
31
31
|
showValue: boolean;
|
|
32
32
|
showLabels: boolean;
|
|
@@ -16,10 +16,10 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
16
16
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
17
17
|
"onUpdate:modelValue"?: ((value: ConcentrationValue | undefined) => any) | undefined;
|
|
18
18
|
}>, {
|
|
19
|
-
size: "sm" | "md" | "lg";
|
|
20
|
-
placeholder: string;
|
|
21
19
|
disabled: boolean;
|
|
22
20
|
error: boolean;
|
|
21
|
+
size: "sm" | "md" | "lg";
|
|
22
|
+
placeholder: string;
|
|
23
23
|
showConversion: boolean;
|
|
24
24
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
25
25
|
export default _default;
|
|
@@ -111,17 +111,17 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
111
111
|
values: Record<string, unknown>;
|
|
112
112
|
modelValue: Record<string, unknown>;
|
|
113
113
|
title: string;
|
|
114
|
-
|
|
114
|
+
floating: boolean;
|
|
115
115
|
subtitle: string;
|
|
116
|
+
initialValues: Record<string, unknown>;
|
|
117
|
+
controls: ControlSchema;
|
|
116
118
|
controlOptions: ControlWorkspaceOptions;
|
|
117
119
|
model: ControlModel | ControlModelBinding;
|
|
118
|
-
initialValues: Record<string, unknown>;
|
|
119
|
-
componentProps: ControlComponentPropsMap;
|
|
120
120
|
componentBindings: ControlComponentBindingsConfig;
|
|
121
|
+
componentProps: ControlComponentPropsMap;
|
|
121
122
|
componentPropsById: ControlComponentPropsByIdMap;
|
|
122
123
|
dense: boolean;
|
|
123
124
|
showSettings: boolean;
|
|
124
|
-
floating: boolean;
|
|
125
125
|
formEnhancements: FormEnhancements<Record<string, unknown>>;
|
|
126
126
|
showFormActions: boolean;
|
|
127
127
|
formLoading: boolean;
|
|
@@ -13,9 +13,9 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
|
-
size: "sm" | "md" | "lg";
|
|
17
16
|
disabled: boolean;
|
|
18
17
|
error: boolean;
|
|
18
|
+
size: "sm" | "md" | "lg";
|
|
19
19
|
clearable: boolean;
|
|
20
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
21
21
|
containerRef: HTMLDivElement;
|
|
@@ -16,10 +16,10 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
16
16
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
17
17
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
18
18
|
}>, {
|
|
19
|
-
size: "sm" | "md" | "lg";
|
|
20
|
-
placeholder: string;
|
|
21
19
|
disabled: boolean;
|
|
22
20
|
error: boolean;
|
|
21
|
+
size: "sm" | "md" | "lg";
|
|
22
|
+
placeholder: string;
|
|
23
23
|
locale: string;
|
|
24
24
|
clearable: boolean;
|
|
25
25
|
timeStep: number;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { VolumeUnit, VolumeValue } from '../composables/useDoseCalculator';
|
|
2
|
+
interface Props {
|
|
3
|
+
label: string;
|
|
4
|
+
modelValue: VolumeValue;
|
|
5
|
+
units: VolumeUnit[];
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
"update:modelValue": (value: VolumeValue) => any;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
11
|
+
"onUpdate:modelValue"?: ((value: VolumeValue) => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
+
export default _default;
|
|
@@ -112,13 +112,13 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
112
112
|
values: Record<string, unknown>;
|
|
113
113
|
modelValue: Record<string, unknown>;
|
|
114
114
|
title: string;
|
|
115
|
+
floating: boolean;
|
|
115
116
|
subtitle: string;
|
|
117
|
+
initialValues: Record<string, unknown>;
|
|
116
118
|
controlOptions: ControlWorkspaceOptions;
|
|
117
119
|
model: ControlModel | ControlModelBinding;
|
|
118
|
-
initialValues: Record<string, unknown>;
|
|
119
120
|
dense: boolean;
|
|
120
121
|
showSettings: boolean;
|
|
121
|
-
floating: boolean;
|
|
122
122
|
formEnhancements: FormEnhancements<Record<string, unknown>>;
|
|
123
123
|
showFormActions: boolean;
|
|
124
124
|
formLoading: boolean;
|
|
@@ -37,8 +37,8 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
37
37
|
onSelect?: ((option: SelectOption<string | number>) => any) | undefined;
|
|
38
38
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
39
39
|
}>, {
|
|
40
|
-
size: ButtonSize;
|
|
41
40
|
disabled: boolean;
|
|
41
|
+
size: ButtonSize;
|
|
42
42
|
variant: ButtonVariant;
|
|
43
43
|
loading: boolean;
|
|
44
44
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -24,10 +24,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
24
24
|
onError?: ((message: string) => any) | undefined;
|
|
25
25
|
onUpload?: ((files: File[]) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
|
-
size: "sm" | "md" | "lg";
|
|
28
27
|
disabled: boolean;
|
|
29
|
-
mode: "file" | "folder";
|
|
30
28
|
multiple: boolean;
|
|
29
|
+
size: "sm" | "md" | "lg";
|
|
30
|
+
mode: "file" | "folder";
|
|
31
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
32
32
|
inputRef: HTMLInputElement;
|
|
33
33
|
}, HTMLDivElement>;
|
|
@@ -14,11 +14,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
14
14
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
15
15
|
onMw?: ((mw: number | null) => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
error: boolean;
|
|
17
19
|
size: "sm" | "md" | "lg";
|
|
18
20
|
placeholder: string;
|
|
19
|
-
disabled: boolean;
|
|
20
21
|
modelValue: string;
|
|
21
|
-
error: boolean;
|
|
22
22
|
showPreview: boolean;
|
|
23
23
|
showMW: boolean;
|
|
24
24
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -20,8 +20,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
20
20
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
21
21
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
22
22
|
}>, {
|
|
23
|
-
size: ButtonSize;
|
|
24
23
|
disabled: boolean;
|
|
24
|
+
size: ButtonSize;
|
|
25
25
|
variant: ButtonVariant;
|
|
26
26
|
loading: boolean;
|
|
27
27
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
@@ -5,8 +5,8 @@ interface Props {
|
|
|
5
5
|
label?: string;
|
|
6
6
|
}
|
|
7
7
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
8
|
-
size: "xs" | "sm" | "md" | "lg";
|
|
9
8
|
label: string;
|
|
9
|
+
size: "xs" | "sm" | "md" | "lg";
|
|
10
10
|
variant: "primary" | "cta" | "muted";
|
|
11
11
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
12
|
export default _default;
|
|
@@ -15,10 +15,10 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
15
15
|
onError?: ((message: string) => any) | undefined;
|
|
16
16
|
"onUpdate:modelValue"?: ((data: MoleculeData | undefined) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
|
-
placeholder: string;
|
|
19
18
|
disabled: boolean;
|
|
20
|
-
readonly: boolean;
|
|
21
19
|
error: boolean;
|
|
20
|
+
placeholder: string;
|
|
21
|
+
readonly: boolean;
|
|
22
22
|
height: number;
|
|
23
23
|
showSmiles: boolean;
|
|
24
24
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -12,8 +12,8 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
12
12
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
13
13
|
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
|
+
disabled: boolean;
|
|
15
16
|
size: MultiSelectSize;
|
|
16
17
|
placeholder: string;
|
|
17
|
-
disabled: boolean;
|
|
18
18
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
19
|
export default _default;
|
|
@@ -14,9 +14,9 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
14
14
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
|
-
size: "sm" | "md" | "lg";
|
|
18
17
|
disabled: boolean;
|
|
19
18
|
error: boolean;
|
|
19
|
+
size: "sm" | "md" | "lg";
|
|
20
20
|
step: number;
|
|
21
21
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
22
|
export default _default;
|