vime_view_components 5.0.2 → 5.0.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f26b57357d97fe7fbc0698784f869c42f3ebe7f223c5ee49cc7ec009283ad209
|
|
4
|
+
data.tar.gz: f0837ec99e71d1ad0f5ac89a39f75fe4a9490da62549b9ecba0ab4880ee309d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50a8a9fba0c2157cb5ed2d047eba828d6ca09771b1db4ec4aa568e6c7819f0cf5ea32ffe834c04ba7babab8d463fcdd93915e4802d0c17de4a6cc3ebfd734429
|
|
7
|
+
data.tar.gz: 016a67c64fc7a70e3f1bbccadf1fce574e7b35a35a1c8e8a21b26dc3bda197ef048b31f65635836d83da633e7642ae475726ce688360f8a22a51b2115df8efba
|
|
@@ -6,8 +6,8 @@ module Vime
|
|
|
6
6
|
module Ui
|
|
7
7
|
module Controls
|
|
8
8
|
class FullscreenControl < Component
|
|
9
|
-
option :enter_icon, type: Types::String, default: -> { "enter
|
|
10
|
-
option :exit_icon, type: Types::String, default: -> { "exit
|
|
9
|
+
option :enter_icon, type: Types::String, default: -> { "fullscreen-enter" }
|
|
10
|
+
option :exit_icon, type: Types::String, default: -> { "fullscreen-exit" }
|
|
11
11
|
option :hide_tooltip, type: Types::Bool, default: -> { false }
|
|
12
12
|
option :keys, type: Types::String, optional: true, default: -> { "f" }
|
|
13
13
|
option :tooltip_direction, type: Types::TooltipDirection, optional: true
|
|
@@ -6,8 +6,8 @@ module Vime
|
|
|
6
6
|
module Ui
|
|
7
7
|
module Controls
|
|
8
8
|
class PipControl < Component
|
|
9
|
-
option :enter_icon, type: Types::String, default: -> { "enter
|
|
10
|
-
option :exit_icon, type: Types::String, default: -> { "exit
|
|
9
|
+
option :enter_icon, type: Types::String, default: -> { "pip-enter" }
|
|
10
|
+
option :exit_icon, type: Types::String, default: -> { "pip-exit" }
|
|
11
11
|
option :hide_tooltip, type: Types::Bool, default: -> { false }
|
|
12
12
|
option :keys, type: Types::String, default: -> { "p" }
|
|
13
13
|
option :tooltip_direction, type: Types::TooltipDirection, optional: true
|
|
@@ -7,7 +7,7 @@ module Vime
|
|
|
7
7
|
module Controls
|
|
8
8
|
class SettingsControl < Component
|
|
9
9
|
option :expanded, type: Types::Bool, default: -> { false }
|
|
10
|
-
option :icon, type: Types::String, default: -> { "
|
|
10
|
+
option :icon, type: Types::String, default: -> { "settings" }
|
|
11
11
|
option :menu, type: Types::String, optional: true
|
|
12
12
|
option :tooltip_direction, type: Types::TooltipDirection, optional: true
|
|
13
13
|
option :tooltip_position, type: Types::TooltipPosition, default: -> { "top" }
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vime_view_components
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Asger Behncke Jacobsen
|
|
8
8
|
- Tomas Celizna
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-06-
|
|
12
|
+
date: 2021-06-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: dry-initializer
|
|
@@ -196,7 +196,7 @@ homepage: https://github.com/asgerb/vime_view_components
|
|
|
196
196
|
licenses:
|
|
197
197
|
- MIT
|
|
198
198
|
metadata: {}
|
|
199
|
-
post_install_message:
|
|
199
|
+
post_install_message:
|
|
200
200
|
rdoc_options: []
|
|
201
201
|
require_paths:
|
|
202
202
|
- lib
|
|
@@ -211,8 +211,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
211
211
|
- !ruby/object:Gem::Version
|
|
212
212
|
version: '0'
|
|
213
213
|
requirements: []
|
|
214
|
-
rubygems_version: 3.1.
|
|
215
|
-
signing_key:
|
|
214
|
+
rubygems_version: 3.1.4
|
|
215
|
+
signing_key:
|
|
216
216
|
specification_version: 4
|
|
217
217
|
summary: ViewComponents for vime.js
|
|
218
218
|
test_files: []
|