@revolist/svelte-datagrid 4.17.1 → 4.17.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.
@@ -4,7 +4,7 @@ import "svelte/internal/disclose-version";
4
4
  import "svelte/internal/flags/legacy";
5
5
  import * as $ from "svelte/internal/client";
6
6
  import { createEventDispatcher, onMount } from "svelte";
7
- var root = $.template(`<revo-grid><!></revo-grid>`, 2);
7
+ var root = $.from_html(`<revo-grid><!></revo-grid>`, 2);
8
8
  function RevoGrid($$anchor, $$props) {
9
9
  $.push($$props, false);
10
10
  let __ref = $.mutable_source();
@@ -19,7 +19,7 @@
19
19
  return Object.freeze(n);
20
20
  }
21
21
  const $__namespace = /* @__PURE__ */ _interopNamespaceDefault($);
22
- var root = $__namespace.template(`<revo-grid><!></revo-grid>`, 2);
22
+ var root = $__namespace.from_html(`<revo-grid><!></revo-grid>`, 2);
23
23
  function RevoGrid($$anchor, $$props) {
24
24
  $__namespace.push($$props, false);
25
25
  let __ref = $__namespace.mutable_source();
@@ -339,7 +339,7 @@ import 'svelte/internal/flags/legacy';
339
339
  import * as $ from 'svelte/internal/client';
340
340
  import { createEventDispatcher, onMount } from 'svelte';
341
341
 
342
- var root = $.template(`<revo-grid><!></revo-grid>`, 2);
342
+ var root = $.from_html(`<revo-grid><!></revo-grid>`, 2);
343
343
 
344
344
  export default function RevoGrid($$anchor, $$props) {
345
345
  $.push($$props, false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolist/svelte-datagrid",
3
- "version": "4.17.1",
3
+ "version": "4.17.3",
4
4
  "description": "Svelte DataGrid Spreadsheet component with native cell render support",
5
5
  "main": "./dist/svelte-datagrid.umd.cjs",
6
6
  "module": "./dist/svelte-datagrid.js",
@@ -73,7 +73,7 @@
73
73
  "vite-plugin-dts": "^4.3.0"
74
74
  },
75
75
  "dependencies": {
76
- "@revolist/revogrid": "4.17.1"
76
+ "@revolist/revogrid": "4.17.3"
77
77
  },
78
78
  "publishConfig": {
79
79
  "access": "public"