mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Remove progress_rich component, move it to separate repository (druid-assets)
This commit is contained in:
@@ -37,7 +37,6 @@ local checkbox_group = require("druid.base.checkbox_group")
|
||||
local radio_group = require("druid.base.radio_group")
|
||||
local input = require("druid.base.input")
|
||||
-- local infinity_scroll = require("druid.base.infinity_scroll")
|
||||
local progress_rich = require("druid.rich.progress_rich")
|
||||
|
||||
-- @classmod Druid
|
||||
local Druid = class("druid.druid_instance")
|
||||
@@ -359,13 +358,4 @@ function Druid.new_radio_group(self, ...)
|
||||
end
|
||||
|
||||
|
||||
--- Create progress_rich basic component
|
||||
-- @function druid:new_progress_rich
|
||||
-- @tparam args ... progress_rich init args
|
||||
-- @treturn Component progress_rich component
|
||||
function Druid.new_progress_rich(self, ...)
|
||||
return Druid.create(self, progress_rich, ...)
|
||||
end
|
||||
|
||||
|
||||
return Druid
|
||||
|
Reference in New Issue
Block a user