mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Rename type druid.base_component -> druid.component
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local component = require("druid.component")
|
||||
|
||||
---@class property_button: druid.base_component
|
||||
---@class property_button: druid.component
|
||||
---@field root node
|
||||
---@field text_name druid.lang_text
|
||||
---@field button druid.button
|
||||
|
@@ -1,6 +1,6 @@
|
||||
local component = require("druid.component")
|
||||
|
||||
---@class property_checkbox: druid.base_component
|
||||
---@class property_checkbox: druid.component
|
||||
---@field druid druid.instance
|
||||
---@field root druid.container
|
||||
---@field text_name druid.lang_text
|
||||
|
@@ -1,6 +1,6 @@
|
||||
local component = require("druid.component")
|
||||
|
||||
---@class property_slider: druid.base_component
|
||||
---@class property_slider: druid.component
|
||||
---@field druid druid.instance
|
||||
---@field root druid.container
|
||||
---@field text_name druid.lang_text
|
||||
|
@@ -4,7 +4,7 @@ local property_checkbox = require("example.components.properties_panel.propertie
|
||||
local property_slider = require("example.components.properties_panel.properties.property_slider")
|
||||
local property_button = require("example.components.properties_panel.properties.property_button")
|
||||
|
||||
---@class properties_panel: druid.base_component
|
||||
---@class properties_panel: druid.component
|
||||
---@field root druid.container
|
||||
---@field text_no_properties druid.lang_text
|
||||
---@field scroll druid.scroll
|
||||
|
Reference in New Issue
Block a user