@tsed/tailwind-formio 2.3.0 → 2.3.2

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/index.js CHANGED
@@ -804,7 +804,7 @@ function form$B (ctx) {
804
804
 
805
805
  var field = {
806
806
  form: form$B,
807
- align: align
807
+ align
808
808
  };
809
809
 
810
810
  function form$A (ctx) {
@@ -992,7 +992,7 @@ var icon = {
992
992
  form: form$x
993
993
  };
994
994
 
995
- var ICONS = {
995
+ const ICONS = {
996
996
  remove: "bxs-trash",
997
997
  "question-sign": "bx-question-mark inline-block border-1 bg-gray-400 border-solid border-gray-400 text-white text-xxs rounded-full mx-2 mt-px",
998
998
  "new-window": "bx-windows",
@@ -1044,7 +1044,7 @@ var ICONS = {
1044
1044
  "remove-circle": "bx-x",
1045
1045
  bars: "bx-menu"
1046
1046
  };
1047
- var iconClass = (function (iconset, name, spinning) {
1047
+ var iconClass = ((iconset, name, spinning) => {
1048
1048
  if (iconset === "bx") {
1049
1049
  if (ICONS[name]) {
1050
1050
  name = ICONS[name];
@@ -1606,7 +1606,7 @@ function html (ctx) {
1606
1606
 
1607
1607
  var survey = {
1608
1608
  form: form$b,
1609
- html: html
1609
+ html
1610
1610
  };
1611
1611
 
1612
1612
  function flat (ctx) {
@@ -1639,7 +1639,7 @@ function form$a (ctx) {
1639
1639
  }
1640
1640
 
1641
1641
  var tab = {
1642
- flat: flat,
1642
+ flat,
1643
1643
  form: form$a
1644
1644
  };
1645
1645
 
@@ -1825,7 +1825,7 @@ function form$4 (ctx) {
1825
1825
 
1826
1826
  var wizard = {
1827
1827
  form: form$4,
1828
- builder: builder
1828
+ builder
1829
1829
  };
1830
1830
 
1831
1831
  function form$3 (ctx) {
@@ -1925,12 +1925,12 @@ function form (ctx) {
1925
1925
  }
1926
1926
 
1927
1927
  var wizardNav = {
1928
- form: form
1928
+ form
1929
1929
  };
1930
1930
 
1931
1931
  var tailwind = _extends({
1932
- ICONS: ICONS,
1933
- transform: function transform(type, text) {
1932
+ ICONS,
1933
+ transform(type, text) {
1934
1934
  if (!text) {
1935
1935
  return text;
1936
1936
  }
@@ -1942,79 +1942,79 @@ var tailwind = _extends({
1942
1942
  return text;
1943
1943
  },
1944
1944
  defaultIconset: "bx",
1945
- iconClass: iconClass,
1946
- cssClasses: cssClasses,
1947
- address: address,
1945
+ iconClass,
1946
+ cssClasses,
1947
+ address,
1948
1948
  builder: builder$2,
1949
- builderComponent: builderComponent,
1950
- builderComponents: builderComponents,
1951
- builderEditForm: builderEditForm,
1952
- builderPlaceholder: builderPlaceholder,
1953
- builderSidebar: builderSidebar,
1954
- builderSidebarGroup: builderSidebarGroup,
1955
- builderWizard: builderWizard,
1956
- button: button,
1957
- checkbox: checkbox,
1958
- columns: columns,
1959
- component: component,
1960
- componentModal: componentModal,
1961
- components: components,
1962
- tableComponents: tableComponents,
1963
- container: container,
1964
- datagrid: datagrid,
1965
- day: day,
1966
- dialog: dialog,
1967
- editgrid: editgrid,
1968
- editgridTable: editgridTable,
1969
- field: field,
1970
- fieldset: fieldset,
1971
- file: file,
1949
+ builderComponent,
1950
+ builderComponents,
1951
+ builderEditForm,
1952
+ builderPlaceholder,
1953
+ builderSidebar,
1954
+ builderSidebarGroup,
1955
+ builderWizard,
1956
+ button,
1957
+ checkbox,
1958
+ columns,
1959
+ component,
1960
+ componentModal,
1961
+ components,
1962
+ tableComponents,
1963
+ container,
1964
+ datagrid,
1965
+ day,
1966
+ dialog,
1967
+ editgrid,
1968
+ editgridTable,
1969
+ field,
1970
+ fieldset,
1971
+ file,
1972
1972
  html: html$6,
1973
- icon: icon,
1974
- input: input,
1975
- label: label,
1976
- loader: loader,
1977
- loading: loading,
1978
- map: map,
1979
- message: message,
1980
- modaledit: modaledit,
1981
- modaldialog: modaldialog,
1982
- modalPreview: modalPreview,
1983
- multipleMasksInput: multipleMasksInput,
1984
- multiValueRow: multiValueRow,
1985
- multiValueTable: multiValueTable,
1986
- panel: panel,
1987
- pdf: pdf,
1988
- pdfBuilder: pdfBuilder,
1989
- pdfBuilderUpload: pdfBuilderUpload,
1990
- radio: radio,
1991
- resourceAdd: resourceAdd,
1992
- select: select,
1993
- selectOption: selectOption,
1994
- signature: signature,
1995
- survey: survey,
1996
- tab: tab,
1997
- table: table,
1998
- tree: tree
1973
+ icon,
1974
+ input,
1975
+ label,
1976
+ loader,
1977
+ loading,
1978
+ map,
1979
+ message,
1980
+ modaledit,
1981
+ modaldialog,
1982
+ modalPreview,
1983
+ multipleMasksInput,
1984
+ multiValueRow,
1985
+ multiValueTable,
1986
+ panel,
1987
+ pdf,
1988
+ pdfBuilder,
1989
+ pdfBuilderUpload,
1990
+ radio,
1991
+ resourceAdd,
1992
+ select,
1993
+ selectOption,
1994
+ signature,
1995
+ survey,
1996
+ tab,
1997
+ table,
1998
+ tree
1999
1999
  }, treePartials, {
2000
- webform: webform,
2001
- well: well,
2002
- wizard: wizard,
2003
- wizardHeader: wizardHeader,
2004
- wizardHeaderClassic: wizardHeaderClassic,
2005
- wizardHeaderVertical: wizardHeaderVertical,
2006
- wizardNav: wizardNav,
2007
- errorsList: errorsList,
2008
- alert: alert
2000
+ webform,
2001
+ well,
2002
+ wizard,
2003
+ wizardHeader,
2004
+ wizardHeaderClassic,
2005
+ wizardHeaderVertical,
2006
+ wizardNav,
2007
+ errorsList,
2008
+ alert
2009
2009
  });
2010
2010
 
2011
2011
  var templates = {
2012
- tailwind: tailwind
2012
+ tailwind
2013
2013
  };
2014
2014
 
2015
2015
  var index = {
2016
2016
  framework: "tailwind",
2017
- templates: templates
2017
+ templates
2018
2018
  };
2019
2019
 
2020
2020
  module.exports = index;