@devtable/dashboard 10.44.1 → 10.44.3
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/api-caller/index.d.ts +4 -4
- package/dist/api-caller/request.d.ts +4 -4
- package/dist/api-caller/types.d.ts +5 -5
- package/dist/api-caller/utils.d.ts +1 -0
- package/dist/components/filter/filter-checkbox/editor.d.ts +1 -1
- package/dist/components/filter/filter-checkbox/render.d.ts +2 -2
- package/dist/components/filter/filter-date-range/editor.d.ts +1 -1
- package/dist/components/filter/filter-date-range/render.d.ts +1 -1
- package/dist/components/filter/filter-multi-select/editor.d.ts +1 -1
- package/dist/components/filter/filter-multi-select/render/index.d.ts +1 -1
- package/dist/components/filter/filter-multi-select/render/widget.d.ts +2 -2
- package/dist/components/filter/filter-select/editor.d.ts +1 -1
- package/dist/components/filter/filter-select/render.d.ts +1 -1
- package/dist/components/filter/filter-settings/filter-setting.d.ts +1 -1
- package/dist/components/filter/filter-settings/filter-settings.d.ts +2 -0
- package/dist/components/filter/filter-settings/index.d.ts +7 -0
- package/dist/components/filter/filter-settings/preview-filter.d.ts +1 -1
- package/dist/components/filter/filter-settings/types.d.ts +4 -0
- package/dist/components/filter/filter-text-input/editor.d.ts +1 -1
- package/dist/components/filter/filter-text-input/render.d.ts +2 -2
- package/dist/components/filter/filter-tree-select/editor.d.ts +1 -1
- package/dist/components/filter/filter-tree-select/render/index.d.ts +2 -2
- package/dist/components/filter/filter-tree-select/render/widget.d.ts +1 -1
- package/dist/components/filter/filter.d.ts +1 -1
- package/dist/components/filter/index.d.ts +1 -1
- package/dist/components/panel/panel-editor/dropdown-menu/index.d.ts +1 -1
- package/dist/components/panel/panel-editor/index.d.ts +1 -1
- package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +1 -1
- package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +1 -1
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +766 -765
- package/dist/components/panel/panel-render/panel-render-base.d.ts +1 -1
- package/dist/components/panel/panel-render/panel-render.d.ts +1 -1
- package/dist/components/panel/panel-render/use-download-panel-screenshot.d.ts +1 -1
- package/dist/components/panel/panel-render/viz/panel-error-or-state-message.d.ts +1 -1
- package/dist/components/panel/panel-render/viz/panel-viz-section.d.ts +1 -1
- package/dist/components/panel/plugin-adaptor.d.ts +1 -1
- package/dist/components/panel/settings/common/aggregation-selector.d.ts +1 -1
- package/dist/components/panel/settings/common/css-types.d.ts +2 -2
- package/dist/components/panel/settings/common/numbro-format-selector.d.ts +1 -1
- package/dist/components/panel/use-config-viz-instance-service.d.ts +2 -2
- package/dist/components/plugins/color-manager/color-manager.d.ts +1 -1
- package/dist/components/plugins/color-manager/impl.d.ts +2 -2
- package/dist/components/plugins/color-manager/multi-step-value-mapper.d.ts +1 -1
- package/dist/components/plugins/colors/diverging-color.d.ts +1 -1
- package/dist/components/plugins/colors/index.d.ts +1 -1
- package/dist/components/plugins/colors/sequential-color.d.ts +1 -1
- package/dist/components/plugins/common-echarts-fields/label-position/types.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/types.d.ts +3 -3
- package/dist/components/plugins/common-echarts-fields/reference-area/field.d.ts +1 -1
- package/dist/components/plugins/common-echarts-fields/regression-line/types.d.ts +2 -2
- package/dist/components/plugins/controls/color-interpolation-select/index.d.ts +2 -2
- package/dist/components/plugins/controls/color-mapping-editor/index.d.ts +1 -1
- package/dist/components/plugins/controls/color-mapping-editor/style.d.ts +1 -1
- package/dist/components/plugins/hooks/use-current-viz-instance.d.ts +1 -0
- package/dist/components/plugins/hooks/use-storage-data.d.ts +1 -1
- package/dist/components/plugins/instance-migrator/index.d.ts +3 -3
- package/dist/components/plugins/json-plugin-storage.d.ts +1 -1
- package/dist/components/plugins/message-channels.d.ts +1 -1
- package/dist/components/plugins/plugin-context.d.ts +764 -763
- package/dist/components/plugins/plugin-data-migrator/plugin-data-migrator.d.ts +3 -3
- package/dist/components/plugins/plugin-data-migrator/version-based-migrator.d.ts +1 -1
- package/dist/components/plugins/plugin-manager.d.ts +1 -1
- package/dist/components/plugins/service/service-locator/use-service-locator.d.ts +1 -1
- package/dist/components/plugins/service/use-top-level-services.d.ts +2 -2
- package/dist/components/plugins/sub-tree-json-plugin-storage.d.ts +1 -1
- package/dist/components/plugins/test-utils.d.ts +9 -0
- package/dist/components/plugins/viz-components/bar-3d-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/index.d.ts +2 -2
- package/dist/components/plugins/viz-components/boxplot-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/reference-line.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +7 -7
- package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/triggers/click-button.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/viz-button-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/viz-button.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/option/formatters.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/option/series.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/types.d.ts +3 -3
- package/dist/components/plugins/viz-components/cartesian/index.d.ts +2 -2
- package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +3 -3
- package/dist/components/plugins/viz-components/cartesian/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/regression.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/data.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/utils/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/utils/variables.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/y-axis.d.ts +3 -3
- package/dist/components/plugins/viz-components/cartesian/triggers/click-echart.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/cartesian/viz-cartesian-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/viz-cartesian-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/funnel/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/funnel/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/funnel/viz-funnel-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/option/formatters.d.ts +2 -2
- package/dist/components/plugins/viz-components/heatmap/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/triggers/click-heat-block.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/heatmap/viz-heatmap-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/viz-heatmap.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/data.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/legend.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-2.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-3.d.ts +3 -3
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/editors/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/triggers/click-heat-block.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +5 -5
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/postfix-field.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/render/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/render/metric.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/type.d.ts +6 -6
- package/dist/components/plugins/viz-components/merico-stats/viz-merico-stats-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/option/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/option/utils.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/triggers/click-pareto.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/option/series.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/triggers/click-pie-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/additional-series-item.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/option/formatter.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/triggers/click-radar-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/migrators/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/option/regression-series.d.ts +2 -2
- package/dist/components/plugins/viz-components/regression-chart/option/series.d.ts +2 -2
- package/dist/components/plugins/viz-components/regression-chart/option/tooltip.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/parse-rich-text-content.d.ts +2 -2
- package/dist/components/plugins/viz-components/rich-text/viz-rich-text-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/viz-rich-text.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +3 -3
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +3 -3
- package/dist/components/plugins/viz-components/scatter-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/option/series.d.ts +2 -2
- package/dist/components/plugins/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/update/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/viz-stats-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/viz-stats.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/option/types.d.ts +2 -2
- package/dist/components/plugins/viz-components/sunburst/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/sunburst/viz-sunburst-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/viz-sunburst.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/components/background-color-select.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/components/head-cell.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/render/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/render/table-body.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/render/use-get-cell-context.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/render/viz-table-component.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/table-cell-context.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/triggers/click-cell-content.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/table/utils.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/viz-table-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/viz-text-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/viz-text.d.ts +1 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
- package/dist/components/plugins/viz-manager/components.d.ts +4 -4
- package/dist/components/plugins/viz-manager/impl.d.ts +1 -1
- package/dist/components/plugins/viz-manager/types.d.ts +3 -3
- package/dist/components/view/layout/main-layout.d.ts +1 -1
- package/dist/components/view/layout/read-only-layout.d.ts +1 -1
- package/dist/components/view/view-component/preview/division.d.ts +1 -1
- package/dist/components/view/view-component/preview/index.d.ts +1 -1
- package/dist/components/view/view-component/preview/modal.d.ts +1 -1
- package/dist/components/view/view-component/preview/tabs.d.ts +1 -1
- package/dist/components/view/view-component/render/division.d.ts +1 -1
- package/dist/components/view/view-component/render/index.d.ts +1 -1
- package/dist/components/view/view-component/render/modal.d.ts +1 -1
- package/dist/components/view/view-component/render/tabs.d.ts +1 -1
- package/dist/components/view/view-component/utils/use-download-div-screenshot.d.ts +1 -1
- package/dist/components/view/view-component/utils/use-download-modal-screenshot.d.ts +1 -1
- package/dist/components/view/view-editor.d.ts +1 -1
- package/dist/components/view/view-render.d.ts +1 -1
- package/dist/components/widgets/modal-function-editor/index.d.ts +1 -1
- package/dist/components/widgets/rich-text-editor/font-size-extension.d.ts +1 -1
- package/dist/contexts/panel-context.d.ts +1536 -1535
- package/dist/dashboard-editor/index.d.ts +1 -1
- package/dist/dashboard-editor/model/datasources/columns.d.ts +2 -2
- package/dist/dashboard-editor/model/datasources/datasource.d.ts +6 -6
- package/dist/dashboard-editor/model/datasources/index.d.ts +22 -22
- package/dist/dashboard-editor/model/datasources/indexes.d.ts +4 -4
- package/dist/dashboard-editor/model/datasources/table-data.d.ts +2 -2
- package/dist/dashboard-editor/model/datasources/tables.d.ts +3 -3
- package/dist/dashboard-editor/model/editor/index.d.ts +5 -5
- package/dist/dashboard-editor/model/filters/index.d.ts +71 -71
- package/dist/dashboard-editor/model/panels/panel.d.ts +348 -347
- package/dist/dashboard-editor/model/panels/panels.d.ts +3050 -3049
- package/dist/dashboard-editor/model/queries/index.d.ts +31 -31
- package/dist/dashboard-editor/model/sql-snippets/index.d.ts +2 -2
- package/dist/dashboard-editor/model/views/index.d.ts +732 -732
- package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/data-preview/pagination-control.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/index.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-editor.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/model.d.ts +162 -162
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-field.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/configurations.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/delete-query.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/query-usage.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/item-editor.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +144 -144
- package/dist/dashboard-editor/ui/settings/content/utils.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/navbar/action-button/index.d.ts +1 -1
- package/dist/dashboard-render/index.d.ts +1 -1
- package/dist/dashboard.es.js +14351 -15581
- package/dist/dashboard.umd.js +130 -130
- package/dist/init-dayjs.d.ts +1 -0
- package/dist/interactions/attachment-instance-manager.d.ts +1 -1
- package/dist/interactions/components/interaction-settings.d.ts +2 -2
- package/dist/interactions/components/operation-select.d.ts +1 -1
- package/dist/interactions/components/trigger-config-model.d.ts +3 -3
- package/dist/interactions/components/trigger-select.d.ts +1 -1
- package/dist/interactions/components/variable-list.d.ts +1 -1
- package/dist/interactions/hooks/use-current-interaction-manager.d.ts +2 -2
- package/dist/interactions/hooks/use-watch-triggers.d.ts +1 -1
- package/dist/interactions/interaction-manager.d.ts +1 -1
- package/dist/interactions/interactions-viewer/data/edges.d.ts +2 -2
- package/dist/interactions/interactions-viewer/data/index.d.ts +2 -2
- package/dist/interactions/interactions-viewer/data/nodes.d.ts +1 -1
- package/dist/interactions/interactions-viewer/data/position.d.ts +1 -1
- package/dist/interactions/interactions-viewer/data/types.d.ts +4 -4
- package/dist/interactions/interactions-viewer/node-with-interactions/types.d.ts +2 -2
- package/dist/interactions/operation/operation-manager-impl.d.ts +1 -1
- package/dist/interactions/operation/operations/clear-filter-values.d.ts +1 -1
- package/dist/interactions/operation/operations/console-log.d.ts +1 -1
- package/dist/interactions/operation/operations/index.d.ts +1 -1
- package/dist/interactions/operation/operations/open-link.d.ts +1 -1
- package/dist/interactions/operation/operations/open-view.d.ts +1 -1
- package/dist/interactions/operation/operations/set-filter-values.d.ts +1 -1
- package/dist/interactions/temp-hack.d.ts +1 -1
- package/dist/interactions/test/helpers.d.ts +4 -0
- package/dist/interactions/trigger/trigger-manager-impl.d.ts +2 -2
- package/dist/model/meta-model/context/context.d.ts +2 -2
- package/dist/model/meta-model/dashboard/content/filter/filter.d.ts +19 -19
- package/dist/model/meta-model/dashboard/content/filter/widgets/checkbox.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/date-range.d.ts +4 -4
- package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/select-base.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/text-input.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +133 -132
- package/dist/model/meta-model/dashboard/content/panel/variable.d.ts +76 -76
- package/dist/model/meta-model/dashboard/content/panel/viz.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/query/query.d.ts +2 -2
- package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/types.d.ts +5 -5
- package/dist/model/meta-model/dashboard/content/view/view.d.ts +13 -13
- package/dist/model/meta-model/dashboard/content/view/widgets/division.d.ts +2 -2
- package/dist/model/meta-model/dashboard/content/view/widgets/modal.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/view/widgets/tabs.d.ts +8 -8
- package/dist/model/meta-model/datasources/datasource.d.ts +3 -3
- package/dist/model/meta-model/datasources/datasources.d.ts +6 -6
- package/dist/model/meta-model/global-sql-snippets/global-sql-snippets.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +88 -88
- package/dist/model/render-model/dashboard/content/filters/types.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/filters/utils.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +342 -341
- package/dist/model/render-model/dashboard/content/panels/panels.d.ts +2661 -2660
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +4 -4
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +24 -24
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +6 -6
- package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippet.d.ts +3 -3
- package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/views/view.d.ts +14 -14
- package/dist/model/render-model/dashboard/content/views/views.d.ts +804 -804
- package/dist/shared/api-client/default-api-client.d.ts +1 -1
- package/dist/shared/api-client/types.d.ts +3 -3
- package/dist/stats.html +1 -1
- package/dist/types/dashboard.d.ts +4 -4
- package/dist/types/filter.d.ts +1 -1
- package/dist/types/plugin/index.d.ts +4 -4
- package/dist/types/utils.d.ts +2 -2
- package/dist/utils/aggregation.d.ts +2 -2
- package/dist/utils/color-feed.d.ts +1 -1
- package/dist/utils/dashboard-state.d.ts +1 -1
- package/dist/utils/diff-json.d.ts +2 -0
- package/dist/utils/error-boundary.d.ts +3 -3
- package/dist/utils/http-query.d.ts +2 -2
- package/dist/utils/sql.d.ts +1 -1
- package/dist/utils/template/types.d.ts +1 -1
- package/package.json +3 -3
- package/dist/global.d.ts +0 -8
- package/dist/vite-env.d.ts +0 -1
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { Instance, SnapshotIn } from 'mobx-state-tree';
|
|
2
|
-
import { IDashboardView } from '
|
|
2
|
+
import { IDashboardView } from '../../../../../types';
|
|
3
3
|
export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
4
4
|
current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
5
5
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
6
6
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
7
|
-
type: import("mobx-state-tree").ISimpleType<import(
|
|
7
|
+
type: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType>;
|
|
8
8
|
config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
9
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
10
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
11
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
9
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
12
10
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
13
11
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
14
12
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -29,7 +27,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
29
27
|
}): void;
|
|
30
28
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
31
29
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
32
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
30
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
33
31
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
34
32
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
35
33
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -50,10 +48,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
50
48
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
51
49
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
52
50
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
51
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
52
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
53
53
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
54
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
55
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
56
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
54
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
57
55
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
58
56
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
59
57
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -74,7 +72,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
74
72
|
}): void;
|
|
75
73
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
76
74
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
77
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
75
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
78
76
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
79
77
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
80
78
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -95,14 +93,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
95
93
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
96
94
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
97
95
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
96
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
97
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
98
98
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
99
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
100
|
-
}, {
|
|
101
|
-
readonly json: {
|
|
102
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
103
|
-
};
|
|
104
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
105
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
99
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
106
100
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
107
101
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
108
102
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -124,7 +118,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
124
118
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
125
119
|
}, {
|
|
126
120
|
readonly json: {
|
|
127
|
-
_name: import(
|
|
121
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
128
122
|
width: string;
|
|
129
123
|
height: string;
|
|
130
124
|
custom_modal_title: {
|
|
@@ -136,7 +130,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
136
130
|
setWidth(v: string): void;
|
|
137
131
|
setHeight(v: string): void;
|
|
138
132
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
139
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
133
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
140
134
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
141
135
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
142
136
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -166,8 +160,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
166
160
|
color: string;
|
|
167
161
|
view_id: string;
|
|
168
162
|
}[];
|
|
169
|
-
_name: import(
|
|
170
|
-
variant: "default" | "outline" | "pills";
|
|
163
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
164
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
171
165
|
orientation: import("@mantine/core").TabsOrientation;
|
|
172
166
|
};
|
|
173
167
|
} & {
|
|
@@ -182,6 +176,12 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
182
176
|
}>>[]): void;
|
|
183
177
|
addTab(): void;
|
|
184
178
|
removeTab(index: number): void;
|
|
179
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
180
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
181
|
+
}, {
|
|
182
|
+
readonly json: {
|
|
183
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
184
|
+
};
|
|
185
185
|
}>>;
|
|
186
186
|
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
187
187
|
} & {
|
|
@@ -190,9 +190,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
190
190
|
readonly json: {
|
|
191
191
|
id: string;
|
|
192
192
|
name: string;
|
|
193
|
-
type: import(
|
|
193
|
+
type: import('../../../../../model').EViewComponentType;
|
|
194
194
|
config: {
|
|
195
|
-
_name: import(
|
|
195
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
196
196
|
width: string;
|
|
197
197
|
height: string;
|
|
198
198
|
custom_modal_title: {
|
|
@@ -207,17 +207,17 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
207
207
|
color: string;
|
|
208
208
|
view_id: string;
|
|
209
209
|
}[];
|
|
210
|
-
_name: import(
|
|
211
|
-
variant: "default" | "outline" | "pills";
|
|
210
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
211
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
212
212
|
orientation: import("@mantine/core").TabsOrientation;
|
|
213
213
|
} | {
|
|
214
|
-
_name: import(
|
|
214
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
215
215
|
};
|
|
216
216
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
217
217
|
};
|
|
218
218
|
} & {
|
|
219
219
|
setName(name: string): void;
|
|
220
|
-
setType(type: import(
|
|
220
|
+
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
221
221
|
appendPanelID(id: string): void;
|
|
222
222
|
removePanelID(id: string): void;
|
|
223
223
|
} & {
|
|
@@ -235,9 +235,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
235
235
|
readonly json: {
|
|
236
236
|
id: string;
|
|
237
237
|
name: string;
|
|
238
|
-
type: import(
|
|
238
|
+
type: import('../../../../../model').EViewComponentType;
|
|
239
239
|
config: {
|
|
240
|
-
_name: import(
|
|
240
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
241
241
|
width: string;
|
|
242
242
|
height: string;
|
|
243
243
|
custom_modal_title: {
|
|
@@ -252,28 +252,70 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
252
252
|
color: string;
|
|
253
253
|
view_id: string;
|
|
254
254
|
}[];
|
|
255
|
-
_name: import(
|
|
256
|
-
variant: "default" | "outline" | "pills";
|
|
255
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
256
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
257
257
|
orientation: import("@mantine/core").TabsOrientation;
|
|
258
258
|
} | {
|
|
259
|
-
_name: import(
|
|
259
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
260
260
|
};
|
|
261
261
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
262
262
|
}[];
|
|
263
263
|
readonly idMap: Map<string, {
|
|
264
264
|
id: string;
|
|
265
265
|
name: string;
|
|
266
|
-
type: import(
|
|
266
|
+
type: import('../../../../../model').EViewComponentType;
|
|
267
267
|
config: ({
|
|
268
|
-
_name: import(
|
|
268
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
269
|
+
width: string;
|
|
270
|
+
height: string;
|
|
271
|
+
custom_modal_title: {
|
|
272
|
+
enabled: boolean;
|
|
273
|
+
func_content: string;
|
|
274
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
275
|
+
readonly json: {
|
|
276
|
+
enabled: boolean;
|
|
277
|
+
func_content: string;
|
|
278
|
+
};
|
|
279
|
+
readonly value: any;
|
|
280
|
+
} & {
|
|
281
|
+
setEnabled(v: boolean): void;
|
|
282
|
+
setFuncContent(v: string): void;
|
|
283
|
+
replace({ enabled, func_content }: {
|
|
284
|
+
enabled: boolean;
|
|
285
|
+
func_content: string;
|
|
286
|
+
}): void;
|
|
287
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
288
|
+
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
289
|
+
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
290
|
+
}, {
|
|
291
|
+
readonly json: {
|
|
292
|
+
enabled: boolean;
|
|
293
|
+
func_content: string;
|
|
294
|
+
};
|
|
295
|
+
readonly value: any;
|
|
296
|
+
} & {
|
|
297
|
+
setEnabled(v: boolean): void;
|
|
298
|
+
setFuncContent(v: string): void;
|
|
299
|
+
replace({ enabled, func_content }: {
|
|
300
|
+
enabled: boolean;
|
|
301
|
+
func_content: string;
|
|
302
|
+
}): void;
|
|
303
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
269
304
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
270
305
|
readonly json: {
|
|
271
|
-
_name: import(
|
|
306
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
307
|
+
width: string;
|
|
308
|
+
height: string;
|
|
309
|
+
custom_modal_title: {
|
|
310
|
+
enabled: boolean;
|
|
311
|
+
func_content: string;
|
|
312
|
+
};
|
|
272
313
|
};
|
|
314
|
+
} & {
|
|
315
|
+
setWidth(v: string): void;
|
|
316
|
+
setHeight(v: string): void;
|
|
273
317
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
274
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
275
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
276
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
318
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
277
319
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
278
320
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
279
321
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -294,7 +336,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
294
336
|
}): void;
|
|
295
337
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
296
338
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
297
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
339
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
298
340
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
299
341
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
300
342
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -315,10 +357,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
315
357
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
316
358
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
317
359
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
360
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
361
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
318
362
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
319
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
320
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
321
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
363
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
322
364
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
323
365
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
324
366
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -339,7 +381,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
339
381
|
}): void;
|
|
340
382
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
341
383
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
342
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
384
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
343
385
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
344
386
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
345
387
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -360,14 +402,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
360
402
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
361
403
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
362
404
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
405
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
406
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
363
407
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
364
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
365
|
-
}, {
|
|
366
|
-
readonly json: {
|
|
367
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
368
|
-
};
|
|
369
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
370
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
408
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
371
409
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
372
410
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
373
411
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -389,7 +427,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
389
427
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
390
428
|
}, {
|
|
391
429
|
readonly json: {
|
|
392
|
-
_name: import(
|
|
430
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
393
431
|
width: string;
|
|
394
432
|
height: string;
|
|
395
433
|
custom_modal_title: {
|
|
@@ -401,7 +439,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
401
439
|
setWidth(v: string): void;
|
|
402
440
|
setHeight(v: string): void;
|
|
403
441
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
404
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
442
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
405
443
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
406
444
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
407
445
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -431,8 +469,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
431
469
|
color: string;
|
|
432
470
|
view_id: string;
|
|
433
471
|
}[];
|
|
434
|
-
_name: import(
|
|
435
|
-
variant: "default" | "outline" | "pills";
|
|
472
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
473
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
436
474
|
orientation: import("@mantine/core").TabsOrientation;
|
|
437
475
|
};
|
|
438
476
|
} & {
|
|
@@ -447,60 +485,77 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
447
485
|
}>>[]): void;
|
|
448
486
|
addTab(): void;
|
|
449
487
|
removeTab(index: number): void;
|
|
488
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
489
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
490
|
+
}, {
|
|
491
|
+
readonly json: {
|
|
492
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
493
|
+
};
|
|
450
494
|
}>>>) | ({
|
|
451
|
-
_name: import(
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
}
|
|
495
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
496
|
+
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
497
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
498
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
499
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
500
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
501
|
+
}, {
|
|
458
502
|
readonly json: {
|
|
459
|
-
|
|
460
|
-
|
|
503
|
+
id: string;
|
|
504
|
+
name: string;
|
|
505
|
+
color: string;
|
|
506
|
+
view_id: string;
|
|
461
507
|
};
|
|
462
|
-
readonly value: any;
|
|
463
508
|
} & {
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
509
|
+
setName(v: string): void;
|
|
510
|
+
setViewID(v: string): void;
|
|
511
|
+
setColor(v: string): void;
|
|
512
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
513
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
514
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
515
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
516
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
473
517
|
}, {
|
|
474
518
|
readonly json: {
|
|
475
|
-
|
|
476
|
-
|
|
519
|
+
id: string;
|
|
520
|
+
name: string;
|
|
521
|
+
color: string;
|
|
522
|
+
view_id: string;
|
|
477
523
|
};
|
|
478
|
-
readonly value: any;
|
|
479
524
|
} & {
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
525
|
+
setName(v: string): void;
|
|
526
|
+
setViewID(v: string): void;
|
|
527
|
+
setColor(v: string): void;
|
|
528
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
529
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
530
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
531
|
+
grow: boolean;
|
|
487
532
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
488
533
|
readonly json: {
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
};
|
|
534
|
+
grow: boolean;
|
|
535
|
+
tabs: {
|
|
536
|
+
id: string;
|
|
537
|
+
name: string;
|
|
538
|
+
color: string;
|
|
539
|
+
view_id: string;
|
|
540
|
+
}[];
|
|
541
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
542
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
543
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
496
544
|
};
|
|
497
545
|
} & {
|
|
498
|
-
|
|
499
|
-
|
|
546
|
+
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
547
|
+
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
548
|
+
setGrow(v: boolean): void;
|
|
549
|
+
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
550
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
551
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
552
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
553
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
554
|
+
}>>[]): void;
|
|
555
|
+
addTab(): void;
|
|
556
|
+
removeTab(index: number): void;
|
|
500
557
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
501
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
502
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
503
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
558
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
504
559
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
505
560
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
506
561
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -521,7 +576,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
521
576
|
}): void;
|
|
522
577
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
523
578
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
524
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
579
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
525
580
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
526
581
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
527
582
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -542,10 +597,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
542
597
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
543
598
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
544
599
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
600
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
601
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
545
602
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
546
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
547
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
548
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
603
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
549
604
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
550
605
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
551
606
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -566,7 +621,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
566
621
|
}): void;
|
|
567
622
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
568
623
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
569
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
624
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
570
625
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
571
626
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
572
627
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -587,14 +642,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
587
642
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
588
643
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
589
644
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
645
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
646
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
590
647
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
591
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
592
|
-
}, {
|
|
593
|
-
readonly json: {
|
|
594
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
595
|
-
};
|
|
596
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
597
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
648
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
598
649
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
599
650
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
600
651
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -616,7 +667,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
616
667
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
617
668
|
}, {
|
|
618
669
|
readonly json: {
|
|
619
|
-
_name: import(
|
|
670
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
620
671
|
width: string;
|
|
621
672
|
height: string;
|
|
622
673
|
custom_modal_title: {
|
|
@@ -628,7 +679,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
628
679
|
setWidth(v: string): void;
|
|
629
680
|
setHeight(v: string): void;
|
|
630
681
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
631
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
682
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
632
683
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
633
684
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
634
685
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -658,8 +709,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
658
709
|
color: string;
|
|
659
710
|
view_id: string;
|
|
660
711
|
}[];
|
|
661
|
-
_name: import(
|
|
662
|
-
variant: "default" | "outline" | "pills";
|
|
712
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
713
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
663
714
|
orientation: import("@mantine/core").TabsOrientation;
|
|
664
715
|
};
|
|
665
716
|
} & {
|
|
@@ -674,73 +725,20 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
674
725
|
}>>[]): void;
|
|
675
726
|
addTab(): void;
|
|
676
727
|
removeTab(index: number): void;
|
|
728
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
729
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
730
|
+
}, {
|
|
731
|
+
readonly json: {
|
|
732
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
733
|
+
};
|
|
677
734
|
}>>>) | ({
|
|
678
|
-
_name: import(
|
|
679
|
-
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
680
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
681
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
682
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
683
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
684
|
-
}, {
|
|
685
|
-
readonly json: {
|
|
686
|
-
id: string;
|
|
687
|
-
name: string;
|
|
688
|
-
color: string;
|
|
689
|
-
view_id: string;
|
|
690
|
-
};
|
|
691
|
-
} & {
|
|
692
|
-
setName(v: string): void;
|
|
693
|
-
setViewID(v: string): void;
|
|
694
|
-
setColor(v: string): void;
|
|
695
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
696
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
697
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
698
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
699
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
700
|
-
}, {
|
|
701
|
-
readonly json: {
|
|
702
|
-
id: string;
|
|
703
|
-
name: string;
|
|
704
|
-
color: string;
|
|
705
|
-
view_id: string;
|
|
706
|
-
};
|
|
707
|
-
} & {
|
|
708
|
-
setName(v: string): void;
|
|
709
|
-
setViewID(v: string): void;
|
|
710
|
-
setColor(v: string): void;
|
|
711
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
712
|
-
variant: "default" | "outline" | "pills";
|
|
713
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
714
|
-
grow: boolean;
|
|
735
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
715
736
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
716
737
|
readonly json: {
|
|
717
|
-
|
|
718
|
-
tabs: {
|
|
719
|
-
id: string;
|
|
720
|
-
name: string;
|
|
721
|
-
color: string;
|
|
722
|
-
view_id: string;
|
|
723
|
-
}[];
|
|
724
|
-
_name: import("~/model").EViewComponentType.Modal;
|
|
725
|
-
variant: "default" | "outline" | "pills";
|
|
726
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
738
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
727
739
|
};
|
|
728
|
-
} & {
|
|
729
|
-
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
730
|
-
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
731
|
-
setGrow(v: boolean): void;
|
|
732
|
-
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
733
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
734
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
735
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
736
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
737
|
-
}>>[]): void;
|
|
738
|
-
addTab(): void;
|
|
739
|
-
removeTab(index: number): void;
|
|
740
740
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
741
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
742
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
743
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
741
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
744
742
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
745
743
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
746
744
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -761,7 +759,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
761
759
|
}): void;
|
|
762
760
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
763
761
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
764
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
762
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
765
763
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
766
764
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
767
765
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -782,10 +780,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
782
780
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
783
781
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
784
782
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
783
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
784
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
785
785
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
786
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
787
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
788
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
786
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
789
787
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
790
788
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
791
789
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -806,7 +804,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
806
804
|
}): void;
|
|
807
805
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
808
806
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
809
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
807
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
810
808
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
811
809
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
812
810
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -827,14 +825,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
827
825
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
828
826
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
829
827
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
828
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
829
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
830
830
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
831
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
832
|
-
}, {
|
|
833
|
-
readonly json: {
|
|
834
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
835
|
-
};
|
|
836
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
837
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
831
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
838
832
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
839
833
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
840
834
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -856,7 +850,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
856
850
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
857
851
|
}, {
|
|
858
852
|
readonly json: {
|
|
859
|
-
_name: import(
|
|
853
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
860
854
|
width: string;
|
|
861
855
|
height: string;
|
|
862
856
|
custom_modal_title: {
|
|
@@ -868,7 +862,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
868
862
|
setWidth(v: string): void;
|
|
869
863
|
setHeight(v: string): void;
|
|
870
864
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
871
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
865
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
872
866
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
873
867
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
874
868
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -898,8 +892,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
898
892
|
color: string;
|
|
899
893
|
view_id: string;
|
|
900
894
|
}[];
|
|
901
|
-
_name: import(
|
|
902
|
-
variant: "default" | "outline" | "pills";
|
|
895
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
896
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
903
897
|
orientation: import("@mantine/core").TabsOrientation;
|
|
904
898
|
};
|
|
905
899
|
} & {
|
|
@@ -914,15 +908,21 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
914
908
|
}>>[]): void;
|
|
915
909
|
addTab(): void;
|
|
916
910
|
removeTab(index: number): void;
|
|
911
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
912
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
913
|
+
}, {
|
|
914
|
+
readonly json: {
|
|
915
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
916
|
+
};
|
|
917
917
|
}>>>);
|
|
918
918
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
919
919
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
920
920
|
readonly json: {
|
|
921
921
|
id: string;
|
|
922
922
|
name: string;
|
|
923
|
-
type: import(
|
|
923
|
+
type: import('../../../../../model').EViewComponentType;
|
|
924
924
|
config: {
|
|
925
|
-
_name: import(
|
|
925
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
926
926
|
width: string;
|
|
927
927
|
height: string;
|
|
928
928
|
custom_modal_title: {
|
|
@@ -937,27 +937,25 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
937
937
|
color: string;
|
|
938
938
|
view_id: string;
|
|
939
939
|
}[];
|
|
940
|
-
_name: import(
|
|
941
|
-
variant: "default" | "outline" | "pills";
|
|
940
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
941
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
942
942
|
orientation: import("@mantine/core").TabsOrientation;
|
|
943
943
|
} | {
|
|
944
|
-
_name: import(
|
|
944
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
945
945
|
};
|
|
946
946
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
947
947
|
};
|
|
948
948
|
} & {
|
|
949
949
|
setName(name: string): void;
|
|
950
|
-
setType(type: import(
|
|
950
|
+
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
951
951
|
appendPanelID(id: string): void;
|
|
952
952
|
removePanelID(id: string): void;
|
|
953
953
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
954
954
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
955
955
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
956
|
-
type: import("mobx-state-tree").ISimpleType<import(
|
|
956
|
+
type: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType>;
|
|
957
957
|
config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
958
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
959
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
960
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
958
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
961
959
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
962
960
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
963
961
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -978,7 +976,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
978
976
|
}): void;
|
|
979
977
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
980
978
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
981
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
979
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
982
980
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
983
981
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
984
982
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -999,10 +997,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
999
997
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1000
998
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1001
999
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1000
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1001
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1002
1002
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1003
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1004
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1005
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1003
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1006
1004
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1007
1005
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1008
1006
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1023,7 +1021,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1023
1021
|
}): void;
|
|
1024
1022
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1025
1023
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1026
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1024
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1027
1025
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1028
1026
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1029
1027
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1044,14 +1042,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1044
1042
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1045
1043
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1046
1044
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1045
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1046
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1047
1047
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1048
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1049
|
-
}, {
|
|
1050
|
-
readonly json: {
|
|
1051
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
1052
|
-
};
|
|
1053
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1054
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1048
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1055
1049
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1056
1050
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1057
1051
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1073,7 +1067,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1073
1067
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1074
1068
|
}, {
|
|
1075
1069
|
readonly json: {
|
|
1076
|
-
_name: import(
|
|
1070
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1077
1071
|
width: string;
|
|
1078
1072
|
height: string;
|
|
1079
1073
|
custom_modal_title: {
|
|
@@ -1085,7 +1079,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1085
1079
|
setWidth(v: string): void;
|
|
1086
1080
|
setHeight(v: string): void;
|
|
1087
1081
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1088
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1082
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1089
1083
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1090
1084
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1091
1085
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1115,8 +1109,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1115
1109
|
color: string;
|
|
1116
1110
|
view_id: string;
|
|
1117
1111
|
}[];
|
|
1118
|
-
_name: import(
|
|
1119
|
-
variant: "default" | "outline" | "pills";
|
|
1112
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1113
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
1120
1114
|
orientation: import("@mantine/core").TabsOrientation;
|
|
1121
1115
|
};
|
|
1122
1116
|
} & {
|
|
@@ -1131,15 +1125,21 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1131
1125
|
}>>[]): void;
|
|
1132
1126
|
addTab(): void;
|
|
1133
1127
|
removeTab(index: number): void;
|
|
1128
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1129
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1130
|
+
}, {
|
|
1131
|
+
readonly json: {
|
|
1132
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1133
|
+
};
|
|
1134
1134
|
}>>;
|
|
1135
1135
|
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
1136
1136
|
}, {
|
|
1137
1137
|
readonly json: {
|
|
1138
1138
|
id: string;
|
|
1139
1139
|
name: string;
|
|
1140
|
-
type: import(
|
|
1140
|
+
type: import('../../../../../model').EViewComponentType;
|
|
1141
1141
|
config: {
|
|
1142
|
-
_name: import(
|
|
1142
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1143
1143
|
width: string;
|
|
1144
1144
|
height: string;
|
|
1145
1145
|
custom_modal_title: {
|
|
@@ -1154,43 +1154,85 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1154
1154
|
color: string;
|
|
1155
1155
|
view_id: string;
|
|
1156
1156
|
}[];
|
|
1157
|
-
_name: import(
|
|
1158
|
-
variant: "default" | "outline" | "pills";
|
|
1157
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1158
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
1159
1159
|
orientation: import("@mantine/core").TabsOrientation;
|
|
1160
1160
|
} | {
|
|
1161
|
-
_name: import(
|
|
1161
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1162
1162
|
};
|
|
1163
1163
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
1164
1164
|
};
|
|
1165
1165
|
} & {
|
|
1166
1166
|
setName(name: string): void;
|
|
1167
|
-
setType(type: import(
|
|
1167
|
+
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
1168
1168
|
appendPanelID(id: string): void;
|
|
1169
1169
|
removePanelID(id: string): void;
|
|
1170
1170
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1171
1171
|
findByID(id: string): ({
|
|
1172
1172
|
id: string;
|
|
1173
1173
|
name: string;
|
|
1174
|
-
type: import(
|
|
1174
|
+
type: import('../../../../../model').EViewComponentType;
|
|
1175
1175
|
config: ({
|
|
1176
|
-
_name: import(
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
enabled: boolean;
|
|
1193
|
-
func_content: string;
|
|
1176
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1177
|
+
width: string;
|
|
1178
|
+
height: string;
|
|
1179
|
+
custom_modal_title: {
|
|
1180
|
+
enabled: boolean;
|
|
1181
|
+
func_content: string;
|
|
1182
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1183
|
+
readonly json: {
|
|
1184
|
+
enabled: boolean;
|
|
1185
|
+
func_content: string;
|
|
1186
|
+
};
|
|
1187
|
+
readonly value: any;
|
|
1188
|
+
} & {
|
|
1189
|
+
setEnabled(v: boolean): void;
|
|
1190
|
+
setFuncContent(v: string): void;
|
|
1191
|
+
replace({ enabled, func_content }: {
|
|
1192
|
+
enabled: boolean;
|
|
1193
|
+
func_content: string;
|
|
1194
|
+
}): void;
|
|
1195
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
1196
|
+
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1197
|
+
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1198
|
+
}, {
|
|
1199
|
+
readonly json: {
|
|
1200
|
+
enabled: boolean;
|
|
1201
|
+
func_content: string;
|
|
1202
|
+
};
|
|
1203
|
+
readonly value: any;
|
|
1204
|
+
} & {
|
|
1205
|
+
setEnabled(v: boolean): void;
|
|
1206
|
+
setFuncContent(v: string): void;
|
|
1207
|
+
replace({ enabled, func_content }: {
|
|
1208
|
+
enabled: boolean;
|
|
1209
|
+
func_content: string;
|
|
1210
|
+
}): void;
|
|
1211
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1212
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1213
|
+
readonly json: {
|
|
1214
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1215
|
+
width: string;
|
|
1216
|
+
height: string;
|
|
1217
|
+
custom_modal_title: {
|
|
1218
|
+
enabled: boolean;
|
|
1219
|
+
func_content: string;
|
|
1220
|
+
};
|
|
1221
|
+
};
|
|
1222
|
+
} & {
|
|
1223
|
+
setWidth(v: string): void;
|
|
1224
|
+
setHeight(v: string): void;
|
|
1225
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1226
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1227
|
+
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1228
|
+
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1229
|
+
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
1230
|
+
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1231
|
+
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1232
|
+
}, {
|
|
1233
|
+
readonly json: {
|
|
1234
|
+
enabled: boolean;
|
|
1235
|
+
func_content: string;
|
|
1194
1236
|
};
|
|
1195
1237
|
readonly value: any;
|
|
1196
1238
|
} & {
|
|
@@ -1202,7 +1244,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1202
1244
|
}): void;
|
|
1203
1245
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1204
1246
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1205
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1247
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1206
1248
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1207
1249
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1208
1250
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1223,10 +1265,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1223
1265
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1224
1266
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1225
1267
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1268
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1269
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1226
1270
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1227
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1228
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1229
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1271
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1230
1272
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1231
1273
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1232
1274
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1247,7 +1289,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1247
1289
|
}): void;
|
|
1248
1290
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1249
1291
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1250
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1292
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1251
1293
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1252
1294
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1253
1295
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1268,14 +1310,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1268
1310
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1269
1311
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1270
1312
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1313
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1314
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1271
1315
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1272
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1273
|
-
}, {
|
|
1274
|
-
readonly json: {
|
|
1275
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
1276
|
-
};
|
|
1277
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1278
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1316
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1279
1317
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1280
1318
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1281
1319
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1297,7 +1335,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1297
1335
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1298
1336
|
}, {
|
|
1299
1337
|
readonly json: {
|
|
1300
|
-
_name: import(
|
|
1338
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1301
1339
|
width: string;
|
|
1302
1340
|
height: string;
|
|
1303
1341
|
custom_modal_title: {
|
|
@@ -1309,7 +1347,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1309
1347
|
setWidth(v: string): void;
|
|
1310
1348
|
setHeight(v: string): void;
|
|
1311
1349
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1312
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1350
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1313
1351
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1314
1352
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1315
1353
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1339,8 +1377,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1339
1377
|
color: string;
|
|
1340
1378
|
view_id: string;
|
|
1341
1379
|
}[];
|
|
1342
|
-
_name: import(
|
|
1343
|
-
variant: "default" | "outline" | "pills";
|
|
1380
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1381
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
1344
1382
|
orientation: import("@mantine/core").TabsOrientation;
|
|
1345
1383
|
};
|
|
1346
1384
|
} & {
|
|
@@ -1355,60 +1393,77 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1355
1393
|
}>>[]): void;
|
|
1356
1394
|
addTab(): void;
|
|
1357
1395
|
removeTab(index: number): void;
|
|
1396
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1397
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1398
|
+
}, {
|
|
1399
|
+
readonly json: {
|
|
1400
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1401
|
+
};
|
|
1358
1402
|
}>>>) | ({
|
|
1359
|
-
_name: import(
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
}
|
|
1403
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1404
|
+
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
1405
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1406
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
1407
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
1408
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1409
|
+
}, {
|
|
1366
1410
|
readonly json: {
|
|
1367
|
-
|
|
1368
|
-
|
|
1411
|
+
id: string;
|
|
1412
|
+
name: string;
|
|
1413
|
+
color: string;
|
|
1414
|
+
view_id: string;
|
|
1369
1415
|
};
|
|
1370
|
-
readonly value: any;
|
|
1371
1416
|
} & {
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1417
|
+
setName(v: string): void;
|
|
1418
|
+
setViewID(v: string): void;
|
|
1419
|
+
setColor(v: string): void;
|
|
1420
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1421
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1422
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
1423
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
1424
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1381
1425
|
}, {
|
|
1382
1426
|
readonly json: {
|
|
1383
|
-
|
|
1384
|
-
|
|
1427
|
+
id: string;
|
|
1428
|
+
name: string;
|
|
1429
|
+
color: string;
|
|
1430
|
+
view_id: string;
|
|
1385
1431
|
};
|
|
1386
|
-
readonly value: any;
|
|
1387
1432
|
} & {
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1433
|
+
setName(v: string): void;
|
|
1434
|
+
setViewID(v: string): void;
|
|
1435
|
+
setColor(v: string): void;
|
|
1436
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
1437
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
1438
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
1439
|
+
grow: boolean;
|
|
1395
1440
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1396
1441
|
readonly json: {
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
};
|
|
1442
|
+
grow: boolean;
|
|
1443
|
+
tabs: {
|
|
1444
|
+
id: string;
|
|
1445
|
+
name: string;
|
|
1446
|
+
color: string;
|
|
1447
|
+
view_id: string;
|
|
1448
|
+
}[];
|
|
1449
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1450
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
1451
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
1404
1452
|
};
|
|
1405
1453
|
} & {
|
|
1406
|
-
|
|
1407
|
-
|
|
1454
|
+
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
1455
|
+
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
1456
|
+
setGrow(v: boolean): void;
|
|
1457
|
+
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1458
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1459
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
1460
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
1461
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1462
|
+
}>>[]): void;
|
|
1463
|
+
addTab(): void;
|
|
1464
|
+
removeTab(index: number): void;
|
|
1408
1465
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1409
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1410
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1411
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1466
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1412
1467
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1413
1468
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1414
1469
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1429,7 +1484,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1429
1484
|
}): void;
|
|
1430
1485
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1431
1486
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1432
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1487
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1433
1488
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1434
1489
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1435
1490
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1450,10 +1505,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1450
1505
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1451
1506
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1452
1507
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1508
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1509
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1453
1510
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1454
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1455
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1456
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1511
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1457
1512
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1458
1513
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1459
1514
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1474,7 +1529,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1474
1529
|
}): void;
|
|
1475
1530
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1476
1531
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1477
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1532
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1478
1533
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1479
1534
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1480
1535
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1495,14 +1550,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1495
1550
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1496
1551
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1497
1552
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1553
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1554
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1498
1555
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1499
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1500
|
-
}, {
|
|
1501
|
-
readonly json: {
|
|
1502
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
1503
|
-
};
|
|
1504
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1505
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1556
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1506
1557
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1507
1558
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1508
1559
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1524,7 +1575,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1524
1575
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1525
1576
|
}, {
|
|
1526
1577
|
readonly json: {
|
|
1527
|
-
_name: import(
|
|
1578
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1528
1579
|
width: string;
|
|
1529
1580
|
height: string;
|
|
1530
1581
|
custom_modal_title: {
|
|
@@ -1536,7 +1587,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1536
1587
|
setWidth(v: string): void;
|
|
1537
1588
|
setHeight(v: string): void;
|
|
1538
1589
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1539
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1590
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1540
1591
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1541
1592
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1542
1593
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1566,8 +1617,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1566
1617
|
color: string;
|
|
1567
1618
|
view_id: string;
|
|
1568
1619
|
}[];
|
|
1569
|
-
_name: import(
|
|
1570
|
-
variant: "default" | "outline" | "pills";
|
|
1620
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1621
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
1571
1622
|
orientation: import("@mantine/core").TabsOrientation;
|
|
1572
1623
|
};
|
|
1573
1624
|
} & {
|
|
@@ -1582,73 +1633,20 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1582
1633
|
}>>[]): void;
|
|
1583
1634
|
addTab(): void;
|
|
1584
1635
|
removeTab(index: number): void;
|
|
1636
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1637
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1638
|
+
}, {
|
|
1639
|
+
readonly json: {
|
|
1640
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1641
|
+
};
|
|
1585
1642
|
}>>>) | ({
|
|
1586
|
-
_name: import(
|
|
1587
|
-
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
1588
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1589
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
1590
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
1591
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1592
|
-
}, {
|
|
1593
|
-
readonly json: {
|
|
1594
|
-
id: string;
|
|
1595
|
-
name: string;
|
|
1596
|
-
color: string;
|
|
1597
|
-
view_id: string;
|
|
1598
|
-
};
|
|
1599
|
-
} & {
|
|
1600
|
-
setName(v: string): void;
|
|
1601
|
-
setViewID(v: string): void;
|
|
1602
|
-
setColor(v: string): void;
|
|
1603
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1604
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1605
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
1606
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
1607
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1608
|
-
}, {
|
|
1609
|
-
readonly json: {
|
|
1610
|
-
id: string;
|
|
1611
|
-
name: string;
|
|
1612
|
-
color: string;
|
|
1613
|
-
view_id: string;
|
|
1614
|
-
};
|
|
1615
|
-
} & {
|
|
1616
|
-
setName(v: string): void;
|
|
1617
|
-
setViewID(v: string): void;
|
|
1618
|
-
setColor(v: string): void;
|
|
1619
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
1620
|
-
variant: "default" | "outline" | "pills";
|
|
1621
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
1622
|
-
grow: boolean;
|
|
1643
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1623
1644
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1624
1645
|
readonly json: {
|
|
1625
|
-
|
|
1626
|
-
tabs: {
|
|
1627
|
-
id: string;
|
|
1628
|
-
name: string;
|
|
1629
|
-
color: string;
|
|
1630
|
-
view_id: string;
|
|
1631
|
-
}[];
|
|
1632
|
-
_name: import("~/model").EViewComponentType.Modal;
|
|
1633
|
-
variant: "default" | "outline" | "pills";
|
|
1634
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
1646
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1635
1647
|
};
|
|
1636
|
-
} & {
|
|
1637
|
-
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
1638
|
-
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
1639
|
-
setGrow(v: boolean): void;
|
|
1640
|
-
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1641
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1642
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
1643
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
1644
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1645
|
-
}>>[]): void;
|
|
1646
|
-
addTab(): void;
|
|
1647
|
-
removeTab(index: number): void;
|
|
1648
1648
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1649
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1650
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1651
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1649
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1652
1650
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1653
1651
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1654
1652
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1669,7 +1667,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1669
1667
|
}): void;
|
|
1670
1668
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1671
1669
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1672
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1670
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1673
1671
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1674
1672
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1675
1673
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1690,10 +1688,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1690
1688
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1691
1689
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1692
1690
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1691
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1692
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1693
1693
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1694
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1695
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1696
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1694
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1697
1695
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1698
1696
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1699
1697
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1714,7 +1712,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1714
1712
|
}): void;
|
|
1715
1713
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1716
1714
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1717
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1715
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1718
1716
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1719
1717
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1720
1718
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1735,14 +1733,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1735
1733
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1736
1734
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1737
1735
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1736
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1737
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1738
1738
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1739
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1740
|
-
}, {
|
|
1741
|
-
readonly json: {
|
|
1742
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
1743
|
-
};
|
|
1744
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1745
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1739
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1746
1740
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1747
1741
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1748
1742
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1764,7 +1758,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1764
1758
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1765
1759
|
}, {
|
|
1766
1760
|
readonly json: {
|
|
1767
|
-
_name: import(
|
|
1761
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1768
1762
|
width: string;
|
|
1769
1763
|
height: string;
|
|
1770
1764
|
custom_modal_title: {
|
|
@@ -1776,7 +1770,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1776
1770
|
setWidth(v: string): void;
|
|
1777
1771
|
setHeight(v: string): void;
|
|
1778
1772
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1779
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1773
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1780
1774
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1781
1775
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1782
1776
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1806,8 +1800,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1806
1800
|
color: string;
|
|
1807
1801
|
view_id: string;
|
|
1808
1802
|
}[];
|
|
1809
|
-
_name: import(
|
|
1810
|
-
variant: "default" | "outline" | "pills";
|
|
1803
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1804
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
1811
1805
|
orientation: import("@mantine/core").TabsOrientation;
|
|
1812
1806
|
};
|
|
1813
1807
|
} & {
|
|
@@ -1822,6 +1816,12 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1822
1816
|
}>>[]): void;
|
|
1823
1817
|
addTab(): void;
|
|
1824
1818
|
removeTab(index: number): void;
|
|
1819
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1820
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1821
|
+
}, {
|
|
1822
|
+
readonly json: {
|
|
1823
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1824
|
+
};
|
|
1825
1825
|
}>>>);
|
|
1826
1826
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
1827
1827
|
tab: string;
|
|
@@ -1829,9 +1829,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1829
1829
|
readonly json: {
|
|
1830
1830
|
id: string;
|
|
1831
1831
|
name: string;
|
|
1832
|
-
type: import(
|
|
1832
|
+
type: import('../../../../../model').EViewComponentType;
|
|
1833
1833
|
config: {
|
|
1834
|
-
_name: import(
|
|
1834
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1835
1835
|
width: string;
|
|
1836
1836
|
height: string;
|
|
1837
1837
|
custom_modal_title: {
|
|
@@ -1846,17 +1846,17 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1846
1846
|
color: string;
|
|
1847
1847
|
view_id: string;
|
|
1848
1848
|
}[];
|
|
1849
|
-
_name: import(
|
|
1850
|
-
variant: "default" | "outline" | "pills";
|
|
1849
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1850
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
1851
1851
|
orientation: import("@mantine/core").TabsOrientation;
|
|
1852
1852
|
} | {
|
|
1853
|
-
_name: import(
|
|
1853
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1854
1854
|
};
|
|
1855
1855
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
1856
1856
|
};
|
|
1857
1857
|
} & {
|
|
1858
1858
|
setName(name: string): void;
|
|
1859
|
-
setType(type: import(
|
|
1859
|
+
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
1860
1860
|
appendPanelID(id: string): void;
|
|
1861
1861
|
removePanelID(id: string): void;
|
|
1862
1862
|
} & {
|
|
@@ -1871,11 +1871,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1871
1871
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1872
1872
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1873
1873
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
1874
|
-
type: import("mobx-state-tree").ISimpleType<import(
|
|
1874
|
+
type: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType>;
|
|
1875
1875
|
config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1876
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1877
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1878
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1876
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1879
1877
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1880
1878
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1881
1879
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1896,7 +1894,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1896
1894
|
}): void;
|
|
1897
1895
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1898
1896
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1899
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1897
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1900
1898
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1901
1899
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1902
1900
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1917,10 +1915,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1917
1915
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1918
1916
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1919
1917
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1918
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1919
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1920
1920
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1921
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1922
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1923
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1921
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1924
1922
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1925
1923
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1926
1924
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1941,7 +1939,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1941
1939
|
}): void;
|
|
1942
1940
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1943
1941
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1944
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1942
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1945
1943
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1946
1944
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1947
1945
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1962,14 +1960,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1962
1960
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1963
1961
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1964
1962
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1963
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1964
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1965
1965
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1966
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
1967
|
-
}, {
|
|
1968
|
-
readonly json: {
|
|
1969
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
1970
|
-
};
|
|
1971
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1972
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
1966
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1973
1967
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1974
1968
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
1975
1969
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -1991,7 +1985,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1991
1985
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1992
1986
|
}, {
|
|
1993
1987
|
readonly json: {
|
|
1994
|
-
_name: import(
|
|
1988
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1995
1989
|
width: string;
|
|
1996
1990
|
height: string;
|
|
1997
1991
|
custom_modal_title: {
|
|
@@ -2003,7 +1997,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2003
1997
|
setWidth(v: string): void;
|
|
2004
1998
|
setHeight(v: string): void;
|
|
2005
1999
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2006
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2000
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2007
2001
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2008
2002
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2009
2003
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2033,8 +2027,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2033
2027
|
color: string;
|
|
2034
2028
|
view_id: string;
|
|
2035
2029
|
}[];
|
|
2036
|
-
_name: import(
|
|
2037
|
-
variant: "default" | "outline" | "pills";
|
|
2030
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2031
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
2038
2032
|
orientation: import("@mantine/core").TabsOrientation;
|
|
2039
2033
|
};
|
|
2040
2034
|
} & {
|
|
@@ -2049,6 +2043,12 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2049
2043
|
}>>[]): void;
|
|
2050
2044
|
addTab(): void;
|
|
2051
2045
|
removeTab(index: number): void;
|
|
2046
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2047
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2048
|
+
}, {
|
|
2049
|
+
readonly json: {
|
|
2050
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2051
|
+
};
|
|
2052
2052
|
}>>;
|
|
2053
2053
|
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
2054
2054
|
} & {
|
|
@@ -2057,9 +2057,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2057
2057
|
readonly json: {
|
|
2058
2058
|
id: string;
|
|
2059
2059
|
name: string;
|
|
2060
|
-
type: import(
|
|
2060
|
+
type: import('../../../../../model').EViewComponentType;
|
|
2061
2061
|
config: {
|
|
2062
|
-
_name: import(
|
|
2062
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2063
2063
|
width: string;
|
|
2064
2064
|
height: string;
|
|
2065
2065
|
custom_modal_title: {
|
|
@@ -2074,17 +2074,17 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2074
2074
|
color: string;
|
|
2075
2075
|
view_id: string;
|
|
2076
2076
|
}[];
|
|
2077
|
-
_name: import(
|
|
2078
|
-
variant: "default" | "outline" | "pills";
|
|
2077
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2078
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
2079
2079
|
orientation: import("@mantine/core").TabsOrientation;
|
|
2080
2080
|
} | {
|
|
2081
|
-
_name: import(
|
|
2081
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2082
2082
|
};
|
|
2083
2083
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2084
2084
|
};
|
|
2085
2085
|
} & {
|
|
2086
2086
|
setName(name: string): void;
|
|
2087
|
-
setType(type: import(
|
|
2087
|
+
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
2088
2088
|
appendPanelID(id: string): void;
|
|
2089
2089
|
removePanelID(id: string): void;
|
|
2090
2090
|
} & {
|
|
@@ -2100,17 +2100,59 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2100
2100
|
readonly firstVisibleView: ({
|
|
2101
2101
|
id: string;
|
|
2102
2102
|
name: string;
|
|
2103
|
-
type: import(
|
|
2103
|
+
type: import('../../../../../model').EViewComponentType;
|
|
2104
2104
|
config: ({
|
|
2105
|
-
_name: import(
|
|
2105
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2106
|
+
width: string;
|
|
2107
|
+
height: string;
|
|
2108
|
+
custom_modal_title: {
|
|
2109
|
+
enabled: boolean;
|
|
2110
|
+
func_content: string;
|
|
2111
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2112
|
+
readonly json: {
|
|
2113
|
+
enabled: boolean;
|
|
2114
|
+
func_content: string;
|
|
2115
|
+
};
|
|
2116
|
+
readonly value: any;
|
|
2117
|
+
} & {
|
|
2118
|
+
setEnabled(v: boolean): void;
|
|
2119
|
+
setFuncContent(v: string): void;
|
|
2120
|
+
replace({ enabled, func_content }: {
|
|
2121
|
+
enabled: boolean;
|
|
2122
|
+
func_content: string;
|
|
2123
|
+
}): void;
|
|
2124
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
2125
|
+
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2126
|
+
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2127
|
+
}, {
|
|
2128
|
+
readonly json: {
|
|
2129
|
+
enabled: boolean;
|
|
2130
|
+
func_content: string;
|
|
2131
|
+
};
|
|
2132
|
+
readonly value: any;
|
|
2133
|
+
} & {
|
|
2134
|
+
setEnabled(v: boolean): void;
|
|
2135
|
+
setFuncContent(v: string): void;
|
|
2136
|
+
replace({ enabled, func_content }: {
|
|
2137
|
+
enabled: boolean;
|
|
2138
|
+
func_content: string;
|
|
2139
|
+
}): void;
|
|
2140
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
2106
2141
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2107
2142
|
readonly json: {
|
|
2108
|
-
_name: import(
|
|
2143
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2144
|
+
width: string;
|
|
2145
|
+
height: string;
|
|
2146
|
+
custom_modal_title: {
|
|
2147
|
+
enabled: boolean;
|
|
2148
|
+
func_content: string;
|
|
2149
|
+
};
|
|
2109
2150
|
};
|
|
2151
|
+
} & {
|
|
2152
|
+
setWidth(v: string): void;
|
|
2153
|
+
setHeight(v: string): void;
|
|
2110
2154
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2111
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2112
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2113
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
2155
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2114
2156
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2115
2157
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2116
2158
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -2131,7 +2173,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2131
2173
|
}): void;
|
|
2132
2174
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2133
2175
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2134
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2176
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2135
2177
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2136
2178
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2137
2179
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2152,10 +2194,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2152
2194
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2153
2195
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2154
2196
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2197
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2198
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2155
2199
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
2156
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2157
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2158
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
2200
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2159
2201
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2160
2202
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2161
2203
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -2176,7 +2218,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2176
2218
|
}): void;
|
|
2177
2219
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2178
2220
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2179
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2221
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2180
2222
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2181
2223
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2182
2224
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2197,14 +2239,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2197
2239
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2198
2240
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2199
2241
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2242
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2243
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2200
2244
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
2201
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2202
|
-
}, {
|
|
2203
|
-
readonly json: {
|
|
2204
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
2205
|
-
};
|
|
2206
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2207
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
2245
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2208
2246
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2209
2247
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2210
2248
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -2226,7 +2264,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2226
2264
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2227
2265
|
}, {
|
|
2228
2266
|
readonly json: {
|
|
2229
|
-
_name: import(
|
|
2267
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2230
2268
|
width: string;
|
|
2231
2269
|
height: string;
|
|
2232
2270
|
custom_modal_title: {
|
|
@@ -2238,7 +2276,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2238
2276
|
setWidth(v: string): void;
|
|
2239
2277
|
setHeight(v: string): void;
|
|
2240
2278
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2241
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2279
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2242
2280
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2243
2281
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2244
2282
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2268,8 +2306,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2268
2306
|
color: string;
|
|
2269
2307
|
view_id: string;
|
|
2270
2308
|
}[];
|
|
2271
|
-
_name: import(
|
|
2272
|
-
variant: "default" | "outline" | "pills";
|
|
2309
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2310
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
2273
2311
|
orientation: import("@mantine/core").TabsOrientation;
|
|
2274
2312
|
};
|
|
2275
2313
|
} & {
|
|
@@ -2284,60 +2322,77 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2284
2322
|
}>>[]): void;
|
|
2285
2323
|
addTab(): void;
|
|
2286
2324
|
removeTab(index: number): void;
|
|
2325
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2326
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2327
|
+
}, {
|
|
2328
|
+
readonly json: {
|
|
2329
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2330
|
+
};
|
|
2287
2331
|
}>>>) | ({
|
|
2288
|
-
_name: import(
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
}
|
|
2332
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2333
|
+
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
2334
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2335
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2336
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
2337
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2338
|
+
}, {
|
|
2295
2339
|
readonly json: {
|
|
2296
|
-
|
|
2297
|
-
|
|
2340
|
+
id: string;
|
|
2341
|
+
name: string;
|
|
2342
|
+
color: string;
|
|
2343
|
+
view_id: string;
|
|
2298
2344
|
};
|
|
2299
|
-
readonly value: any;
|
|
2300
2345
|
} & {
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2346
|
+
setName(v: string): void;
|
|
2347
|
+
setViewID(v: string): void;
|
|
2348
|
+
setColor(v: string): void;
|
|
2349
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2350
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2351
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2352
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
2353
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2310
2354
|
}, {
|
|
2311
2355
|
readonly json: {
|
|
2312
|
-
|
|
2313
|
-
|
|
2356
|
+
id: string;
|
|
2357
|
+
name: string;
|
|
2358
|
+
color: string;
|
|
2359
|
+
view_id: string;
|
|
2314
2360
|
};
|
|
2315
|
-
readonly value: any;
|
|
2316
2361
|
} & {
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2362
|
+
setName(v: string): void;
|
|
2363
|
+
setViewID(v: string): void;
|
|
2364
|
+
setColor(v: string): void;
|
|
2365
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
2366
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
2367
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
2368
|
+
grow: boolean;
|
|
2324
2369
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2325
2370
|
readonly json: {
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
};
|
|
2371
|
+
grow: boolean;
|
|
2372
|
+
tabs: {
|
|
2373
|
+
id: string;
|
|
2374
|
+
name: string;
|
|
2375
|
+
color: string;
|
|
2376
|
+
view_id: string;
|
|
2377
|
+
}[];
|
|
2378
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2379
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
2380
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
2333
2381
|
};
|
|
2334
2382
|
} & {
|
|
2335
|
-
|
|
2336
|
-
|
|
2383
|
+
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
2384
|
+
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
2385
|
+
setGrow(v: boolean): void;
|
|
2386
|
+
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2387
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2388
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2389
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
2390
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2391
|
+
}>>[]): void;
|
|
2392
|
+
addTab(): void;
|
|
2393
|
+
removeTab(index: number): void;
|
|
2337
2394
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2338
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2339
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2340
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
2395
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2341
2396
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2342
2397
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2343
2398
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -2358,7 +2413,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2358
2413
|
}): void;
|
|
2359
2414
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2360
2415
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2361
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2416
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2362
2417
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2363
2418
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2364
2419
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2379,10 +2434,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2379
2434
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2380
2435
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2381
2436
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2437
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2438
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2382
2439
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
2383
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2384
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2385
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
2440
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2386
2441
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2387
2442
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2388
2443
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -2403,7 +2458,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2403
2458
|
}): void;
|
|
2404
2459
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2405
2460
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2406
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2461
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2407
2462
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2408
2463
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2409
2464
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2424,14 +2479,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2424
2479
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2425
2480
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2426
2481
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2482
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2483
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2427
2484
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
2428
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2429
|
-
}, {
|
|
2430
|
-
readonly json: {
|
|
2431
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
2432
|
-
};
|
|
2433
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2434
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
2485
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2435
2486
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2436
2487
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2437
2488
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -2453,7 +2504,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2453
2504
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2454
2505
|
}, {
|
|
2455
2506
|
readonly json: {
|
|
2456
|
-
_name: import(
|
|
2507
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2457
2508
|
width: string;
|
|
2458
2509
|
height: string;
|
|
2459
2510
|
custom_modal_title: {
|
|
@@ -2465,7 +2516,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2465
2516
|
setWidth(v: string): void;
|
|
2466
2517
|
setHeight(v: string): void;
|
|
2467
2518
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2468
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2519
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2469
2520
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2470
2521
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2471
2522
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2495,8 +2546,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2495
2546
|
color: string;
|
|
2496
2547
|
view_id: string;
|
|
2497
2548
|
}[];
|
|
2498
|
-
_name: import(
|
|
2499
|
-
variant: "default" | "outline" | "pills";
|
|
2549
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2550
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
2500
2551
|
orientation: import("@mantine/core").TabsOrientation;
|
|
2501
2552
|
};
|
|
2502
2553
|
} & {
|
|
@@ -2511,73 +2562,20 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2511
2562
|
}>>[]): void;
|
|
2512
2563
|
addTab(): void;
|
|
2513
2564
|
removeTab(index: number): void;
|
|
2514
|
-
}
|
|
2515
|
-
_name: import("
|
|
2516
|
-
|
|
2517
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2518
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2519
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
2520
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2521
|
-
}, {
|
|
2522
|
-
readonly json: {
|
|
2523
|
-
id: string;
|
|
2524
|
-
name: string;
|
|
2525
|
-
color: string;
|
|
2526
|
-
view_id: string;
|
|
2527
|
-
};
|
|
2528
|
-
} & {
|
|
2529
|
-
setName(v: string): void;
|
|
2530
|
-
setViewID(v: string): void;
|
|
2531
|
-
setColor(v: string): void;
|
|
2532
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2533
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2534
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2535
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
2536
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2537
|
-
}, {
|
|
2538
|
-
readonly json: {
|
|
2539
|
-
id: string;
|
|
2540
|
-
name: string;
|
|
2541
|
-
color: string;
|
|
2542
|
-
view_id: string;
|
|
2543
|
-
};
|
|
2544
|
-
} & {
|
|
2545
|
-
setName(v: string): void;
|
|
2546
|
-
setViewID(v: string): void;
|
|
2547
|
-
setColor(v: string): void;
|
|
2548
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
2549
|
-
variant: "default" | "outline" | "pills";
|
|
2550
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
2551
|
-
grow: boolean;
|
|
2552
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2565
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2566
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2567
|
+
}, {
|
|
2553
2568
|
readonly json: {
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
_name: import("~/model").EViewComponentType.Modal;
|
|
2562
|
-
variant: "default" | "outline" | "pills";
|
|
2563
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
2569
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2570
|
+
};
|
|
2571
|
+
}>>>) | ({
|
|
2572
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2573
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2574
|
+
readonly json: {
|
|
2575
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2564
2576
|
};
|
|
2565
|
-
} & {
|
|
2566
|
-
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
2567
|
-
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
2568
|
-
setGrow(v: boolean): void;
|
|
2569
|
-
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2570
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2571
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2572
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
2573
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2574
|
-
}>>[]): void;
|
|
2575
|
-
addTab(): void;
|
|
2576
|
-
removeTab(index: number): void;
|
|
2577
2577
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2578
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2579
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2580
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
2578
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2581
2579
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2582
2580
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2583
2581
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -2598,7 +2596,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2598
2596
|
}): void;
|
|
2599
2597
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2600
2598
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2601
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2599
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2602
2600
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2603
2601
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2604
2602
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2619,10 +2617,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2619
2617
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2620
2618
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2621
2619
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2620
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2621
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2622
2622
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
2623
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2624
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2625
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
2623
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2626
2624
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2627
2625
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2628
2626
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -2643,7 +2641,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2643
2641
|
}): void;
|
|
2644
2642
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2645
2643
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2646
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2644
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2647
2645
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2648
2646
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2649
2647
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2664,14 +2662,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2664
2662
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2665
2663
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2666
2664
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2665
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2666
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2667
2667
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
2668
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2669
|
-
}, {
|
|
2670
|
-
readonly json: {
|
|
2671
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
2672
|
-
};
|
|
2673
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2674
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
2668
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2675
2669
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2676
2670
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2677
2671
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -2693,7 +2687,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2693
2687
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2694
2688
|
}, {
|
|
2695
2689
|
readonly json: {
|
|
2696
|
-
_name: import(
|
|
2690
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2697
2691
|
width: string;
|
|
2698
2692
|
height: string;
|
|
2699
2693
|
custom_modal_title: {
|
|
@@ -2705,7 +2699,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2705
2699
|
setWidth(v: string): void;
|
|
2706
2700
|
setHeight(v: string): void;
|
|
2707
2701
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2708
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2702
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2709
2703
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2710
2704
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2711
2705
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2735,8 +2729,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2735
2729
|
color: string;
|
|
2736
2730
|
view_id: string;
|
|
2737
2731
|
}[];
|
|
2738
|
-
_name: import(
|
|
2739
|
-
variant: "default" | "outline" | "pills";
|
|
2732
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2733
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
2740
2734
|
orientation: import("@mantine/core").TabsOrientation;
|
|
2741
2735
|
};
|
|
2742
2736
|
} & {
|
|
@@ -2751,6 +2745,12 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2751
2745
|
}>>[]): void;
|
|
2752
2746
|
addTab(): void;
|
|
2753
2747
|
removeTab(index: number): void;
|
|
2748
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2749
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2750
|
+
}, {
|
|
2751
|
+
readonly json: {
|
|
2752
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2753
|
+
};
|
|
2754
2754
|
}>>>);
|
|
2755
2755
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2756
2756
|
tab: string;
|
|
@@ -2758,9 +2758,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2758
2758
|
readonly json: {
|
|
2759
2759
|
id: string;
|
|
2760
2760
|
name: string;
|
|
2761
|
-
type: import(
|
|
2761
|
+
type: import('../../../../../model').EViewComponentType;
|
|
2762
2762
|
config: {
|
|
2763
|
-
_name: import(
|
|
2763
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2764
2764
|
width: string;
|
|
2765
2765
|
height: string;
|
|
2766
2766
|
custom_modal_title: {
|
|
@@ -2775,17 +2775,17 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2775
2775
|
color: string;
|
|
2776
2776
|
view_id: string;
|
|
2777
2777
|
}[];
|
|
2778
|
-
_name: import(
|
|
2779
|
-
variant: "default" | "outline" | "pills";
|
|
2778
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2779
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
2780
2780
|
orientation: import("@mantine/core").TabsOrientation;
|
|
2781
2781
|
} | {
|
|
2782
|
-
_name: import(
|
|
2782
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2783
2783
|
};
|
|
2784
2784
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2785
2785
|
};
|
|
2786
2786
|
} & {
|
|
2787
2787
|
setName(name: string): void;
|
|
2788
|
-
setType(type: import(
|
|
2788
|
+
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
2789
2789
|
appendPanelID(id: string): void;
|
|
2790
2790
|
removePanelID(id: string): void;
|
|
2791
2791
|
} & {
|
|
@@ -2800,11 +2800,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2800
2800
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
2801
2801
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2802
2802
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2803
|
-
type: import("mobx-state-tree").ISimpleType<import(
|
|
2803
|
+
type: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType>;
|
|
2804
2804
|
config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2805
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2806
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2807
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
2805
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2808
2806
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2809
2807
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2810
2808
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -2825,7 +2823,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2825
2823
|
}): void;
|
|
2826
2824
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2827
2825
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2828
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2826
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2829
2827
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2830
2828
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2831
2829
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2846,10 +2844,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2846
2844
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2847
2845
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2848
2846
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2847
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2848
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2849
2849
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
2850
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2851
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2852
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
2850
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2853
2851
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2854
2852
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2855
2853
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -2870,7 +2868,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2870
2868
|
}): void;
|
|
2871
2869
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2872
2870
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2873
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2871
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2874
2872
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2875
2873
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2876
2874
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2891,14 +2889,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2891
2889
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2892
2890
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2893
2891
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2892
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2893
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2894
2894
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
2895
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2896
|
-
}, {
|
|
2897
|
-
readonly json: {
|
|
2898
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
2899
|
-
};
|
|
2900
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2901
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
2895
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2902
2896
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2903
2897
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2904
2898
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -2920,7 +2914,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2920
2914
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2921
2915
|
}, {
|
|
2922
2916
|
readonly json: {
|
|
2923
|
-
_name: import(
|
|
2917
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2924
2918
|
width: string;
|
|
2925
2919
|
height: string;
|
|
2926
2920
|
custom_modal_title: {
|
|
@@ -2932,7 +2926,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2932
2926
|
setWidth(v: string): void;
|
|
2933
2927
|
setHeight(v: string): void;
|
|
2934
2928
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2935
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
2929
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2936
2930
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2937
2931
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2938
2932
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2962,8 +2956,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2962
2956
|
color: string;
|
|
2963
2957
|
view_id: string;
|
|
2964
2958
|
}[];
|
|
2965
|
-
_name: import(
|
|
2966
|
-
variant: "default" | "outline" | "pills";
|
|
2959
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2960
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
2967
2961
|
orientation: import("@mantine/core").TabsOrientation;
|
|
2968
2962
|
};
|
|
2969
2963
|
} & {
|
|
@@ -2978,6 +2972,12 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2978
2972
|
}>>[]): void;
|
|
2979
2973
|
addTab(): void;
|
|
2980
2974
|
removeTab(index: number): void;
|
|
2975
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2976
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2977
|
+
}, {
|
|
2978
|
+
readonly json: {
|
|
2979
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2980
|
+
};
|
|
2981
2981
|
}>>;
|
|
2982
2982
|
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
2983
2983
|
} & {
|
|
@@ -2986,9 +2986,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2986
2986
|
readonly json: {
|
|
2987
2987
|
id: string;
|
|
2988
2988
|
name: string;
|
|
2989
|
-
type: import(
|
|
2989
|
+
type: import('../../../../../model').EViewComponentType;
|
|
2990
2990
|
config: {
|
|
2991
|
-
_name: import(
|
|
2991
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2992
2992
|
width: string;
|
|
2993
2993
|
height: string;
|
|
2994
2994
|
custom_modal_title: {
|
|
@@ -3003,17 +3003,17 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3003
3003
|
color: string;
|
|
3004
3004
|
view_id: string;
|
|
3005
3005
|
}[];
|
|
3006
|
-
_name: import(
|
|
3007
|
-
variant: "default" | "outline" | "pills";
|
|
3006
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3007
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3008
3008
|
orientation: import("@mantine/core").TabsOrientation;
|
|
3009
3009
|
} | {
|
|
3010
|
-
_name: import(
|
|
3010
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3011
3011
|
};
|
|
3012
3012
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3013
3013
|
};
|
|
3014
3014
|
} & {
|
|
3015
3015
|
setName(name: string): void;
|
|
3016
|
-
setType(type: import(
|
|
3016
|
+
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
3017
3017
|
appendPanelID(id: string): void;
|
|
3018
3018
|
removePanelID(id: string): void;
|
|
3019
3019
|
} & {
|
|
@@ -3029,17 +3029,59 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3029
3029
|
readonly visibleViews: ({
|
|
3030
3030
|
id: string;
|
|
3031
3031
|
name: string;
|
|
3032
|
-
type: import(
|
|
3032
|
+
type: import('../../../../../model').EViewComponentType;
|
|
3033
3033
|
config: ({
|
|
3034
|
-
_name: import(
|
|
3034
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3035
|
+
width: string;
|
|
3036
|
+
height: string;
|
|
3037
|
+
custom_modal_title: {
|
|
3038
|
+
enabled: boolean;
|
|
3039
|
+
func_content: string;
|
|
3040
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3041
|
+
readonly json: {
|
|
3042
|
+
enabled: boolean;
|
|
3043
|
+
func_content: string;
|
|
3044
|
+
};
|
|
3045
|
+
readonly value: any;
|
|
3046
|
+
} & {
|
|
3047
|
+
setEnabled(v: boolean): void;
|
|
3048
|
+
setFuncContent(v: string): void;
|
|
3049
|
+
replace({ enabled, func_content }: {
|
|
3050
|
+
enabled: boolean;
|
|
3051
|
+
func_content: string;
|
|
3052
|
+
}): void;
|
|
3053
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
3054
|
+
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3055
|
+
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3056
|
+
}, {
|
|
3057
|
+
readonly json: {
|
|
3058
|
+
enabled: boolean;
|
|
3059
|
+
func_content: string;
|
|
3060
|
+
};
|
|
3061
|
+
readonly value: any;
|
|
3062
|
+
} & {
|
|
3063
|
+
setEnabled(v: boolean): void;
|
|
3064
|
+
setFuncContent(v: string): void;
|
|
3065
|
+
replace({ enabled, func_content }: {
|
|
3066
|
+
enabled: boolean;
|
|
3067
|
+
func_content: string;
|
|
3068
|
+
}): void;
|
|
3069
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
3035
3070
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3036
3071
|
readonly json: {
|
|
3037
|
-
_name: import(
|
|
3072
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3073
|
+
width: string;
|
|
3074
|
+
height: string;
|
|
3075
|
+
custom_modal_title: {
|
|
3076
|
+
enabled: boolean;
|
|
3077
|
+
func_content: string;
|
|
3078
|
+
};
|
|
3038
3079
|
};
|
|
3080
|
+
} & {
|
|
3081
|
+
setWidth(v: string): void;
|
|
3082
|
+
setHeight(v: string): void;
|
|
3039
3083
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3040
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3041
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3042
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
3084
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3043
3085
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3044
3086
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
3045
3087
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -3060,7 +3102,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3060
3102
|
}): void;
|
|
3061
3103
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
3062
3104
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3063
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3105
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3064
3106
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3065
3107
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3066
3108
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3081,10 +3123,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3081
3123
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3082
3124
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3083
3125
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3126
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3127
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3084
3128
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
3085
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3086
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3087
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
3129
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3088
3130
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3089
3131
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
3090
3132
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -3105,7 +3147,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3105
3147
|
}): void;
|
|
3106
3148
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
3107
3149
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3108
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3150
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3109
3151
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3110
3152
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3111
3153
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3126,14 +3168,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3126
3168
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3127
3169
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3128
3170
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3171
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3172
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3129
3173
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
3130
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3131
|
-
}, {
|
|
3132
|
-
readonly json: {
|
|
3133
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
3134
|
-
};
|
|
3135
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3136
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
3174
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3137
3175
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3138
3176
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
3139
3177
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -3155,7 +3193,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3155
3193
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
3156
3194
|
}, {
|
|
3157
3195
|
readonly json: {
|
|
3158
|
-
_name: import(
|
|
3196
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3159
3197
|
width: string;
|
|
3160
3198
|
height: string;
|
|
3161
3199
|
custom_modal_title: {
|
|
@@ -3167,7 +3205,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3167
3205
|
setWidth(v: string): void;
|
|
3168
3206
|
setHeight(v: string): void;
|
|
3169
3207
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3170
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3208
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3171
3209
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3172
3210
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3173
3211
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3197,8 +3235,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3197
3235
|
color: string;
|
|
3198
3236
|
view_id: string;
|
|
3199
3237
|
}[];
|
|
3200
|
-
_name: import(
|
|
3201
|
-
variant: "default" | "outline" | "pills";
|
|
3238
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3239
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3202
3240
|
orientation: import("@mantine/core").TabsOrientation;
|
|
3203
3241
|
};
|
|
3204
3242
|
} & {
|
|
@@ -3213,60 +3251,77 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3213
3251
|
}>>[]): void;
|
|
3214
3252
|
addTab(): void;
|
|
3215
3253
|
removeTab(index: number): void;
|
|
3254
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3255
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3256
|
+
}, {
|
|
3257
|
+
readonly json: {
|
|
3258
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3259
|
+
};
|
|
3216
3260
|
}>>>) | ({
|
|
3217
|
-
_name: import(
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
}
|
|
3261
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3262
|
+
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
3263
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3264
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3265
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
3266
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3267
|
+
}, {
|
|
3224
3268
|
readonly json: {
|
|
3225
|
-
|
|
3226
|
-
|
|
3269
|
+
id: string;
|
|
3270
|
+
name: string;
|
|
3271
|
+
color: string;
|
|
3272
|
+
view_id: string;
|
|
3227
3273
|
};
|
|
3228
|
-
readonly value: any;
|
|
3229
3274
|
} & {
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3275
|
+
setName(v: string): void;
|
|
3276
|
+
setViewID(v: string): void;
|
|
3277
|
+
setColor(v: string): void;
|
|
3278
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3279
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3280
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3281
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
3282
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3239
3283
|
}, {
|
|
3240
3284
|
readonly json: {
|
|
3241
|
-
|
|
3242
|
-
|
|
3285
|
+
id: string;
|
|
3286
|
+
name: string;
|
|
3287
|
+
color: string;
|
|
3288
|
+
view_id: string;
|
|
3243
3289
|
};
|
|
3244
|
-
readonly value: any;
|
|
3245
3290
|
} & {
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3291
|
+
setName(v: string): void;
|
|
3292
|
+
setViewID(v: string): void;
|
|
3293
|
+
setColor(v: string): void;
|
|
3294
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
3295
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3296
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
3297
|
+
grow: boolean;
|
|
3253
3298
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3254
3299
|
readonly json: {
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
};
|
|
3300
|
+
grow: boolean;
|
|
3301
|
+
tabs: {
|
|
3302
|
+
id: string;
|
|
3303
|
+
name: string;
|
|
3304
|
+
color: string;
|
|
3305
|
+
view_id: string;
|
|
3306
|
+
}[];
|
|
3307
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3308
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3309
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
3262
3310
|
};
|
|
3263
3311
|
} & {
|
|
3264
|
-
|
|
3265
|
-
|
|
3312
|
+
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
3313
|
+
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
3314
|
+
setGrow(v: boolean): void;
|
|
3315
|
+
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3316
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3317
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3318
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
3319
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3320
|
+
}>>[]): void;
|
|
3321
|
+
addTab(): void;
|
|
3322
|
+
removeTab(index: number): void;
|
|
3266
3323
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3267
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3268
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3269
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
3324
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3270
3325
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3271
3326
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
3272
3327
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -3287,7 +3342,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3287
3342
|
}): void;
|
|
3288
3343
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
3289
3344
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3290
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3345
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3291
3346
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3292
3347
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3293
3348
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3308,10 +3363,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3308
3363
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3309
3364
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3310
3365
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3366
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3367
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3311
3368
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
3312
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3313
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3314
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
3369
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3315
3370
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3316
3371
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
3317
3372
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -3332,7 +3387,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3332
3387
|
}): void;
|
|
3333
3388
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
3334
3389
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3335
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3390
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3336
3391
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3337
3392
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3338
3393
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3353,14 +3408,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3353
3408
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3354
3409
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3355
3410
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3411
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3412
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3356
3413
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
3357
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3358
|
-
}, {
|
|
3359
|
-
readonly json: {
|
|
3360
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
3361
|
-
};
|
|
3362
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3363
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
3414
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3364
3415
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3365
3416
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
3366
3417
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -3382,7 +3433,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3382
3433
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
3383
3434
|
}, {
|
|
3384
3435
|
readonly json: {
|
|
3385
|
-
_name: import(
|
|
3436
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3386
3437
|
width: string;
|
|
3387
3438
|
height: string;
|
|
3388
3439
|
custom_modal_title: {
|
|
@@ -3394,7 +3445,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3394
3445
|
setWidth(v: string): void;
|
|
3395
3446
|
setHeight(v: string): void;
|
|
3396
3447
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3397
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3448
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3398
3449
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3399
3450
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3400
3451
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3424,8 +3475,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3424
3475
|
color: string;
|
|
3425
3476
|
view_id: string;
|
|
3426
3477
|
}[];
|
|
3427
|
-
_name: import(
|
|
3428
|
-
variant: "default" | "outline" | "pills";
|
|
3478
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3479
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3429
3480
|
orientation: import("@mantine/core").TabsOrientation;
|
|
3430
3481
|
};
|
|
3431
3482
|
} & {
|
|
@@ -3440,73 +3491,20 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3440
3491
|
}>>[]): void;
|
|
3441
3492
|
addTab(): void;
|
|
3442
3493
|
removeTab(index: number): void;
|
|
3494
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3495
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3496
|
+
}, {
|
|
3497
|
+
readonly json: {
|
|
3498
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3499
|
+
};
|
|
3443
3500
|
}>>>) | ({
|
|
3444
|
-
_name: import(
|
|
3445
|
-
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
3446
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3447
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3448
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
3449
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3450
|
-
}, {
|
|
3451
|
-
readonly json: {
|
|
3452
|
-
id: string;
|
|
3453
|
-
name: string;
|
|
3454
|
-
color: string;
|
|
3455
|
-
view_id: string;
|
|
3456
|
-
};
|
|
3457
|
-
} & {
|
|
3458
|
-
setName(v: string): void;
|
|
3459
|
-
setViewID(v: string): void;
|
|
3460
|
-
setColor(v: string): void;
|
|
3461
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3462
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3463
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3464
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
3465
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3466
|
-
}, {
|
|
3467
|
-
readonly json: {
|
|
3468
|
-
id: string;
|
|
3469
|
-
name: string;
|
|
3470
|
-
color: string;
|
|
3471
|
-
view_id: string;
|
|
3472
|
-
};
|
|
3473
|
-
} & {
|
|
3474
|
-
setName(v: string): void;
|
|
3475
|
-
setViewID(v: string): void;
|
|
3476
|
-
setColor(v: string): void;
|
|
3477
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
3478
|
-
variant: "default" | "outline" | "pills";
|
|
3479
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
3480
|
-
grow: boolean;
|
|
3501
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3481
3502
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3482
3503
|
readonly json: {
|
|
3483
|
-
|
|
3484
|
-
tabs: {
|
|
3485
|
-
id: string;
|
|
3486
|
-
name: string;
|
|
3487
|
-
color: string;
|
|
3488
|
-
view_id: string;
|
|
3489
|
-
}[];
|
|
3490
|
-
_name: import("~/model").EViewComponentType.Modal;
|
|
3491
|
-
variant: "default" | "outline" | "pills";
|
|
3492
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
3504
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3493
3505
|
};
|
|
3494
|
-
} & {
|
|
3495
|
-
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
3496
|
-
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
3497
|
-
setGrow(v: boolean): void;
|
|
3498
|
-
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3499
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3500
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3501
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
3502
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3503
|
-
}>>[]): void;
|
|
3504
|
-
addTab(): void;
|
|
3505
|
-
removeTab(index: number): void;
|
|
3506
3506
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3507
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3508
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3509
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
3507
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3510
3508
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3511
3509
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
3512
3510
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -3527,7 +3525,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3527
3525
|
}): void;
|
|
3528
3526
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
3529
3527
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3530
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3528
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3531
3529
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3532
3530
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3533
3531
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3548,10 +3546,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3548
3546
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3549
3547
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3550
3548
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3549
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3550
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3551
3551
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
3552
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3553
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3554
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
3552
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3555
3553
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3556
3554
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
3557
3555
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -3572,7 +3570,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3572
3570
|
}): void;
|
|
3573
3571
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
3574
3572
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3575
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3573
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3576
3574
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3577
3575
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3578
3576
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3593,14 +3591,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3593
3591
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3594
3592
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3595
3593
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3594
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3595
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3596
3596
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
3597
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3598
|
-
}, {
|
|
3599
|
-
readonly json: {
|
|
3600
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
3601
|
-
};
|
|
3602
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3603
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
3597
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3604
3598
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3605
3599
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
3606
3600
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -3622,7 +3616,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3622
3616
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
3623
3617
|
}, {
|
|
3624
3618
|
readonly json: {
|
|
3625
|
-
_name: import(
|
|
3619
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3626
3620
|
width: string;
|
|
3627
3621
|
height: string;
|
|
3628
3622
|
custom_modal_title: {
|
|
@@ -3634,7 +3628,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3634
3628
|
setWidth(v: string): void;
|
|
3635
3629
|
setHeight(v: string): void;
|
|
3636
3630
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3637
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3631
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3638
3632
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3639
3633
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3640
3634
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3664,8 +3658,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3664
3658
|
color: string;
|
|
3665
3659
|
view_id: string;
|
|
3666
3660
|
}[];
|
|
3667
|
-
_name: import(
|
|
3668
|
-
variant: "default" | "outline" | "pills";
|
|
3661
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3662
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3669
3663
|
orientation: import("@mantine/core").TabsOrientation;
|
|
3670
3664
|
};
|
|
3671
3665
|
} & {
|
|
@@ -3680,6 +3674,12 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3680
3674
|
}>>[]): void;
|
|
3681
3675
|
addTab(): void;
|
|
3682
3676
|
removeTab(index: number): void;
|
|
3677
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3678
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3679
|
+
}, {
|
|
3680
|
+
readonly json: {
|
|
3681
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3682
|
+
};
|
|
3683
3683
|
}>>>);
|
|
3684
3684
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3685
3685
|
tab: string;
|
|
@@ -3687,9 +3687,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3687
3687
|
readonly json: {
|
|
3688
3688
|
id: string;
|
|
3689
3689
|
name: string;
|
|
3690
|
-
type: import(
|
|
3690
|
+
type: import('../../../../../model').EViewComponentType;
|
|
3691
3691
|
config: {
|
|
3692
|
-
_name: import(
|
|
3692
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3693
3693
|
width: string;
|
|
3694
3694
|
height: string;
|
|
3695
3695
|
custom_modal_title: {
|
|
@@ -3704,17 +3704,17 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3704
3704
|
color: string;
|
|
3705
3705
|
view_id: string;
|
|
3706
3706
|
}[];
|
|
3707
|
-
_name: import(
|
|
3708
|
-
variant: "default" | "outline" | "pills";
|
|
3707
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3708
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3709
3709
|
orientation: import("@mantine/core").TabsOrientation;
|
|
3710
3710
|
} | {
|
|
3711
|
-
_name: import(
|
|
3711
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3712
3712
|
};
|
|
3713
3713
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3714
3714
|
};
|
|
3715
3715
|
} & {
|
|
3716
3716
|
setName(name: string): void;
|
|
3717
|
-
setType(type: import(
|
|
3717
|
+
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
3718
3718
|
appendPanelID(id: string): void;
|
|
3719
3719
|
removePanelID(id: string): void;
|
|
3720
3720
|
} & {
|
|
@@ -3729,11 +3729,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3729
3729
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
3730
3730
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3731
3731
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3732
|
-
type: import("mobx-state-tree").ISimpleType<import(
|
|
3732
|
+
type: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType>;
|
|
3733
3733
|
config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3734
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3735
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3736
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
3734
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3737
3735
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3738
3736
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
3739
3737
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -3754,7 +3752,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3754
3752
|
}): void;
|
|
3755
3753
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
3756
3754
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3757
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3755
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3758
3756
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3759
3757
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3760
3758
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3775,10 +3773,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3775
3773
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3776
3774
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3777
3775
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3776
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3777
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3778
3778
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
3779
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3780
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3781
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
3779
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3782
3780
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3783
3781
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
3784
3782
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -3799,7 +3797,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3799
3797
|
}): void;
|
|
3800
3798
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
3801
3799
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3802
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3800
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3803
3801
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3804
3802
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3805
3803
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3820,14 +3818,10 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3820
3818
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3821
3819
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3822
3820
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3821
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3822
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3823
3823
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
3824
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3825
|
-
}, {
|
|
3826
|
-
readonly json: {
|
|
3827
|
-
_name: import("~/model").EViewComponentType.Division;
|
|
3828
|
-
};
|
|
3829
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3830
|
-
_name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
|
|
3824
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3831
3825
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3832
3826
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
3833
3827
|
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -3849,7 +3843,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3849
3843
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
3850
3844
|
}, {
|
|
3851
3845
|
readonly json: {
|
|
3852
|
-
_name: import(
|
|
3846
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3853
3847
|
width: string;
|
|
3854
3848
|
height: string;
|
|
3855
3849
|
custom_modal_title: {
|
|
@@ -3861,7 +3855,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3861
3855
|
setWidth(v: string): void;
|
|
3862
3856
|
setHeight(v: string): void;
|
|
3863
3857
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3864
|
-
_name: import("mobx-state-tree").ISimpleType<import(
|
|
3858
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3865
3859
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3866
3860
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3867
3861
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3891,8 +3885,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3891
3885
|
color: string;
|
|
3892
3886
|
view_id: string;
|
|
3893
3887
|
}[];
|
|
3894
|
-
_name: import(
|
|
3895
|
-
variant: "default" | "outline" | "pills";
|
|
3888
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3889
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3896
3890
|
orientation: import("@mantine/core").TabsOrientation;
|
|
3897
3891
|
};
|
|
3898
3892
|
} & {
|
|
@@ -3907,6 +3901,12 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3907
3901
|
}>>[]): void;
|
|
3908
3902
|
addTab(): void;
|
|
3909
3903
|
removeTab(index: number): void;
|
|
3904
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3905
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3906
|
+
}, {
|
|
3907
|
+
readonly json: {
|
|
3908
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3909
|
+
};
|
|
3910
3910
|
}>>;
|
|
3911
3911
|
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
3912
3912
|
} & {
|
|
@@ -3915,9 +3915,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3915
3915
|
readonly json: {
|
|
3916
3916
|
id: string;
|
|
3917
3917
|
name: string;
|
|
3918
|
-
type: import(
|
|
3918
|
+
type: import('../../../../../model').EViewComponentType;
|
|
3919
3919
|
config: {
|
|
3920
|
-
_name: import(
|
|
3920
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3921
3921
|
width: string;
|
|
3922
3922
|
height: string;
|
|
3923
3923
|
custom_modal_title: {
|
|
@@ -3932,17 +3932,17 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3932
3932
|
color: string;
|
|
3933
3933
|
view_id: string;
|
|
3934
3934
|
}[];
|
|
3935
|
-
_name: import(
|
|
3936
|
-
variant: "default" | "outline" | "pills";
|
|
3935
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3936
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3937
3937
|
orientation: import("@mantine/core").TabsOrientation;
|
|
3938
3938
|
} | {
|
|
3939
|
-
_name: import(
|
|
3939
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3940
3940
|
};
|
|
3941
3941
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3942
3942
|
};
|
|
3943
3943
|
} & {
|
|
3944
3944
|
setName(name: string): void;
|
|
3945
|
-
setType(type: import(
|
|
3945
|
+
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
3946
3946
|
appendPanelID(id: string): void;
|
|
3947
3947
|
removePanelID(id: string): void;
|
|
3948
3948
|
} & {
|
|
@@ -3959,5 +3959,5 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3959
3959
|
appendToVisibles(viewID: string): void;
|
|
3960
3960
|
rmVisibleViewID(id: string): void;
|
|
3961
3961
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
3962
|
-
export
|
|
3962
|
+
export type ViewsRenderModelInstance = Instance<typeof ViewsRenderModel>;
|
|
3963
3963
|
export declare function getInitialViewsRenderModel(views: IDashboardView[]): SnapshotIn<Instance<typeof ViewsRenderModel>>;
|