@factoringplus/pl-components-pack-v3 0.4.33 → 0.4.34

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.
@@ -43896,9 +43896,14 @@ const PlCardPlugin = {
43896
43896
  app.component("PlCard", _sfc_main);
43897
43897
  }
43898
43898
  };
43899
+ const PlCheckboxPlugin = {
43900
+ install(app) {
43901
+ app.component("PlCheckbox", _sfc_main$5);
43902
+ }
43903
+ };
43899
43904
  const PlPlugin = {
43900
43905
  install(app) {
43901
- var _a2, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r;
43906
+ var _a2, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s;
43902
43907
  (_a2 = PlCurrencyPlugin.install) == null ? void 0 : _a2.call(PlCurrencyPlugin, app);
43903
43908
  (_b = PlFormItemPlugin.install) == null ? void 0 : _b.call(PlFormItemPlugin, app);
43904
43909
  (_c = PlFormPlugin.install) == null ? void 0 : _c.call(PlFormPlugin, app);
@@ -43917,8 +43922,9 @@ const PlPlugin = {
43917
43922
  (_p = PlSelectPlugin.install) == null ? void 0 : _p.call(PlSelectPlugin, app);
43918
43923
  (_q = PlDatePickerPlusPlugin.install) == null ? void 0 : _q.call(PlDatePickerPlusPlugin, app);
43919
43924
  (_r = PlCardPlugin.install) == null ? void 0 : _r.call(PlCardPlugin, app);
43925
+ (_s = PlCheckboxPlugin.install) == null ? void 0 : _s.call(PlCheckboxPlugin, app);
43920
43926
  },
43921
43927
  apiJs: ApiJs,
43922
43928
  loader: loadingAndSetup
43923
43929
  };
43924
- export { PlButton, PlButtonPlugin, _sfc_main as PlCard, PlCardPlugin, _sfc_main$r as PlCertDialog, PlCertDialogPlugin, _sfc_main$A as PlCurrency, PlCurrencyPlugin, _sfc_main$s as PlDatePicker, PlDatePickerPlugin, _sfc_main$d as PlDatePickerPlus, PlDatePickerPlusPlugin, _sfc_main$t as PlDatePickerRange, _sfc_main$z as PlForm, PlFormItem, PlFormItemPlugin, PlFormPlugin, _sfc_main$y as PlInput, _sfc_main$x as PlInputNative, PlInputNativePlugin, PlInputPlugin, _sfc_main$2 as PlStepper, PlStepperPlugin, _sfc_main$q as PlTable, _sfc_main$p as PlTableColumn, PlTablePlugin, _sfc_main$o as PlUpload, PlUploadPlugin, _sfc_main$v as TestViteNpmComponent, TestViteNpmComponentPlugin, PlPlugin as default };
43930
+ export { PlButton, PlButtonPlugin, _sfc_main as PlCard, PlCardPlugin, _sfc_main$r as PlCertDialog, PlCertDialogPlugin, _sfc_main$5 as PlCheckbox, PlCheckboxPlugin, _sfc_main$A as PlCurrency, PlCurrencyPlugin, _sfc_main$s as PlDatePicker, PlDatePickerPlugin, _sfc_main$d as PlDatePickerPlus, PlDatePickerPlusPlugin, _sfc_main$t as PlDatePickerRange, _sfc_main$z as PlForm, PlFormItem, PlFormItemPlugin, PlFormPlugin, _sfc_main$y as PlInput, _sfc_main$x as PlInputNative, PlInputNativePlugin, PlInputPlugin, _sfc_main$2 as PlStepper, PlStepperPlugin, _sfc_main$q as PlTable, _sfc_main$p as PlTableColumn, PlTablePlugin, _sfc_main$o as PlUpload, PlUploadPlugin, _sfc_main$v as TestViteNpmComponent, TestViteNpmComponentPlugin, PlPlugin as default };