@farris/jit-engine 1.3.122 → 1.3.123

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.
@@ -19,6 +19,8 @@ div(class="fm-input-wrapper" v-if=variable.visible?variable.visible+"":"false")
19
19
  view=variable.view?""+variable.view:undefined
20
20
  :firstDay=variable.firstDay?""+variable.firstDay:undefined
21
21
  :mark=variable.mark?""+variable.mark:undefined
22
+ :minDate!=variable.minValue?""+variable.minValue:undefined
23
+ :maxDate!=variable.maxValue?""+variable.maxValue:undefined
22
24
  :event=variable.event?""+variable.event:undefined
23
25
  :events=variable.events?""+variable.events:undefined
24
26
  :useLunar=variable.useLunar
@@ -1,18 +1,20 @@
1
1
  fm-calendar(
2
2
  class=(variable.appearance && variable.appearance.class)
3
- style=(variable.appearance && variable.appearance.style)
4
- v-if=variable.visible?variable.visible+"":"false"
3
+ style!=(variable.appearance && variable.appearance.style)
4
+ v-if!=variable.visible?variable.visible+"":"false"
5
5
  title=variable.title?""+variable.title:undefined
6
6
  prevText=variable.prevText?""+variable.prevText:undefined
7
7
  nextText=variable.nextText?""+variable.nextText:undefined
8
- :modelValue=variable.value?""+variable.value:undefined
9
- :firstDay=variable.firstDay?""+variable.firstDay:undefined
8
+ :modelValue!=variable.value?""+variable.value:undefined
9
+ :firstDay!=variable.firstDay?""+variable.firstDay:undefined
10
10
  view=variable.view?""+variable.view:undefined
11
11
  type=variable.valueType?""+variable.valueType:undefined
12
12
  theme=variable.theme?""+variable.theme:undefined
13
- :mark=variable.mark?""+variable.mark:undefined
14
- :event=variable.event?""+variable.event:undefined
15
- :events=variable.events?""+variable.events:undefined
16
- @dayClick=variable.dayClick?""+variable.dayClick:undefined
17
- @render=variable.render?""+variable.render:undefined
13
+ :mark!=variable.mark?""+variable.mark:undefined
14
+ :minDate!=variable.minValue?""+variable.minValue:undefined
15
+ :maxDate!=variable.maxValue?""+variable.maxValue:undefined
16
+ :event!=variable.event?""+variable.event:undefined
17
+ :events!=variable.events?""+variable.events:undefined
18
+ @dayClick!=variable.dayClick?""+variable.dayClick:undefined
19
+ @render!=variable.render?""+variable.render:undefined
18
20
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/jit-engine",
3
- "version": "1.3.122",
3
+ "version": "1.3.123",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {