@community-release/nx-ui 0.0.61 → 0.0.63
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/module.json
CHANGED
|
@@ -5,7 +5,13 @@
|
|
|
5
5
|
v-for="item in impulseArray"
|
|
6
6
|
:key="item.id"
|
|
7
7
|
class="impulse"
|
|
8
|
-
:style="{
|
|
8
|
+
:style="{
|
|
9
|
+
top: item.top,
|
|
10
|
+
left: item.left,
|
|
11
|
+
background: item.background,
|
|
12
|
+
'animation-duration': item?.duration || 0.8,
|
|
13
|
+
'animation-timing-function': item?.ease || 'ease-in-out',
|
|
14
|
+
}"
|
|
9
15
|
></span>
|
|
10
16
|
</transition-group>
|
|
11
17
|
</div>
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
:aria-label="dictionary['clear']"
|
|
51
51
|
:disabled="disabled"
|
|
52
52
|
>
|
|
53
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="14" height="14"><path fill="currentColor" d="M1008.882 1008.993c-20.007 20.01-52.377 20.01-72.406 0L511.992 584.366 87.41 1008.993c-20.007 20.01-52.377 20.01-72.406 0-20.007-20.009-20.007-52.382 0-72.414l424.677-424.531L15.069 87.421c-20.007-20.01-20.007-52.383 0-72.414 20.007-20.01 52.377-20.01 72.406 0L511.992 439.73l424.58-424.627c20.007-20.01 52.377-20.01 72.406 0 20.007 20.009 20.007 52.382 0 72.414L584.302 512.048l424.58 424.627c20.157 19.84 20.157 52.479 0 72.318z"/></svg>
|
|
53
|
+
<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="14" height="14"><path fill="currentColor" d="M1008.882 1008.993c-20.007 20.01-52.377 20.01-72.406 0L511.992 584.366 87.41 1008.993c-20.007 20.01-52.377 20.01-72.406 0-20.007-20.009-20.007-52.382 0-72.414l424.677-424.531L15.069 87.421c-20.007-20.01-20.007-52.383 0-72.414 20.007-20.01 52.377-20.01 72.406 0L511.992 439.73l424.58-424.627c20.007-20.01 52.377-20.01 72.406 0 20.007 20.009 20.007 52.382 0 72.414L584.302 512.048l424.58 424.627c20.157 19.84 20.157 52.479 0 72.318z"/></svg>
|
|
54
54
|
</ui-button>
|
|
55
55
|
</template>
|
|
56
56
|
</ui-input>
|