@openlettermarketing/olc-vue-sdk 0.0.4 → 0.0.5
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/build/index.js +6 -7
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -128703,7 +128703,7 @@ if (inBrowser) {
|
|
|
128703
128703
|
|
|
128704
128704
|
|
|
128705
128705
|
|
|
128706
|
-
;// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/App.vue?vue&type=template&id=
|
|
128706
|
+
;// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/App.vue?vue&type=template&id=5c3efe80
|
|
128707
128707
|
var render = function render() {
|
|
128708
128708
|
var _vm = this,
|
|
128709
128709
|
_c = _vm._self._c
|
|
@@ -128713,7 +128713,7 @@ var staticRenderFns = []
|
|
|
128713
128713
|
render._withStripped = true
|
|
128714
128714
|
|
|
128715
128715
|
|
|
128716
|
-
;// CONCATENATED MODULE: ./src/App.vue?vue&type=template&id=
|
|
128716
|
+
;// CONCATENATED MODULE: ./src/App.vue?vue&type=template&id=5c3efe80
|
|
128717
128717
|
|
|
128718
128718
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
128719
128719
|
var injectStylesIntoStyleTag = __webpack_require__(85072);
|
|
@@ -157761,24 +157761,23 @@ $24075a5d702d64b3$export$2e2bcd8739ae039 = $24075a5d702d64b3$var$TemplateBuilder
|
|
|
157761
157761
|
},
|
|
157762
157762
|
returnRoute: {
|
|
157763
157763
|
type: String,
|
|
157764
|
-
|
|
157764
|
+
required: false
|
|
157765
157765
|
},
|
|
157766
157766
|
onGetTemplates: {
|
|
157767
157767
|
type: Function,
|
|
157768
|
-
|
|
157768
|
+
required: false
|
|
157769
157769
|
},
|
|
157770
157770
|
onGetCustomFields: {
|
|
157771
157771
|
type: Function,
|
|
157772
|
-
|
|
157772
|
+
required: false
|
|
157773
157773
|
},
|
|
157774
157774
|
onSubmit: {
|
|
157775
157775
|
type: Function,
|
|
157776
|
-
default: () => Promise.resolve(),
|
|
157777
157776
|
required: false,
|
|
157778
157777
|
},
|
|
157779
157778
|
styles: {
|
|
157780
157779
|
type: Object,
|
|
157781
|
-
|
|
157780
|
+
required: false,
|
|
157782
157781
|
}
|
|
157783
157782
|
},
|
|
157784
157783
|
mounted() {
|